#include "UObject/NameTypes.h"
#include "Containers/Map.h"
#include "Dataflow/DataflowTypePolicy.h"
Go to the source code of this file.
|
| #define | UE_DATAFLOW_REGISTER_ANYTYPE(Type) UE::Dataflow::FAnyTypesRegistry::RegisterTypeStatic<Type>(#Type) |
| |
| #define | UE_DATAFLOW_REGISTER_AUTOCONVERT(FromType, ToType, NodeType) UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType) |
| |
| #define | UE_DATAFLOW_REGISTER_AUTOCONVERT_WITH_FILTER(FromType, ToType, NodeType, FilterFunc) UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType, FilterFunc) |
| |
◆ UE_DATAFLOW_REGISTER_ANYTYPE
◆ UE_DATAFLOW_REGISTER_AUTOCONVERT
◆ UE_DATAFLOW_REGISTER_AUTOCONVERT_WITH_FILTER