Navigation
API > API/Plugins > API/Plugins/StormSyncCore > API/Plugins/StormSyncCore/FStormSyncCommandLineUtils
References
| Module | StormSyncCore |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncCommandLineUtils.h |
| Include | #include "StormSyncCommandLineUtils.h" |
| Source | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Private/StormSyncCommandLineUtils.cpp |
static void Parse
(
const TCHAR * CmdLine,
TArray < FName > & Arguments
)
Remarks
Parses a string into tokens, separating switches (beginning with - or /) from other parameters
Parameters
| Name | Description |
|---|---|
| CmdLine | the string to parse |
| Arguments | [out] filled with all the non-option arguments found in the string |