Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Misc
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterHelpers.h |
| Include | #include "Misc/DisplayClusterHelpers.h" |
namespace DisplayClusterHelpers
{
namespace str
{
template<typename TVal>
static bool DisplayClusterHelpers&58;&58;str&58;&58;ExtractArray
&40;
const FString & InLine,
const FString & InParamName,
const FString & InSeparator,
TArray< TVal > & OutValue
&41;
}
}
Remarks
Extracts array value either from a command line string or any other line that matches the same format Example: extracting array value of param2 "param1=value1 param2="a,b,c,d" param3=value3" => {a,b,c,d}