MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.21k stars 239 forks source link

Fix short type name warnings #226

Closed DoubleDeez closed 2 months ago

DoubleDeez commented 2 months ago
Warning      LogClass                  Property StructProperty UFlowNode_ExecuteComponent::ComponentRef defines MetaData key "MustImplement" which contains short type name "FlowCoreExecutableInterface". Suggested pathname: "/Script/Flow.FlowCoreExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h
Warning      LogClass                  Property StructProperty UFlowNode_ExecuteComponent::ComponentRef defines MetaData key "MustImplement" which contains short type name "FlowExternalExecutableInterface". Suggested pathname: "/Script/Flow.FlowExternalExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h
Warning      LogClass                  Property ObjectProperty UFlowNode_ExecuteComponent::ComponentTemplate defines MetaData key "MustImplement" which contains short type name "FlowCoreExecutableInterface". Suggested pathname: "/Script/Flow.FlowCoreExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h
Warning      LogClass                  Property ObjectProperty UFlowNode_ExecuteComponent::ComponentTemplate defines MetaData key "MustImplement" which contains short type name "FlowExternalExecutableInterface". Suggested pathname: "/Script/Flow.FlowExternalExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h
Warning      LogClass                  Property ClassProperty UFlowNode_ExecuteComponent::ComponentClass defines MetaData key "MustImplement" which contains short type name "FlowCoreExecutableInterface". Suggested pathname: "/Script/Flow.FlowCoreExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h
Warning      LogClass                  Property ClassProperty UFlowNode_ExecuteComponent::ComponentClass defines MetaData key "MustImplement" which contains short type name "FlowExternalExecutableInterface". Suggested pathname: "/Script/Flow.FlowExternalExecutableInterface". Module:Flow File:Public/Nodes/World/FlowNode_ExecuteComponent.h