Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/FDataflowTools
Description
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.
| Name | MakeCollectionName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowTools.h |
| Include Path | #include "Dataflow/DataflowTools.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Private/Dataflow/DataflowTools.cpp |
static void MakeCollectionName
(
FString & InOutString
)