Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/FDMXProtocolUtils
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolUtils.h |
| Include | #include "DMXProtocolUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/DMXProtocolUtils.cpp |
static bool GetNameAndIndexFromString
&40;
const FString & InString,
FString & OutName,
int32 & OutIndex
&41;
Remarks
Utility to separate a name from an index at the end. True if there was an index on InString.
Parameters
| Name | Description |
|---|---|
| InString | The string to be separated. |
| OutName | The string without an index at the end. White spaces and '_' are also removed. |
| OutIndex | Index that was separated from the name. If there was none, it's zero. Check the return value to know if there was an index on InString. |