Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FPropertyGroupCustomization
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 | MakeGroupName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/PropertyGroupCustomization.h |
| Include Path | #include "Dataflow/PropertyGroupCustomization.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/PropertyGroupCustomization.cpp |
static bool MakeGroupName
(
FString & InOutString
)
Whether the InOutString was already a valid collection name.
Parameters
| Name | Remarks |
|---|---|
| InOutString | The string to turn into a valid collection name. |