Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/Dataflow > API/Plugins/DataflowNodes/Dataflow/FDataflowTools
References
| Module | DataflowNodes |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowTools.h |
| Include | #include "Dataflow/DataflowTools.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Private/Dataflow/DataflowTools.cpp |
static void MakeCollectionName
(
FString & InOutString
)
Remarks
Turn a string into a valid collection group or attribute name. The resulting name won't contains spaces and any other special characters as listed in INVALID_OBJECTNAME_CHARACTERS (currently "',/.:|&!~ \r\t#(){}[]=;^$`). It will also have all leading underscore removed, as these names are reserved for internal use.