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 T>
static bool DisplayClusterHelpers&58;&58;str&58;&58;ExtractValue
&40;
const FString & InLine,
const FString & InParamName,
T & OutValue,
bool bInTrimQuotes
&41;
}
}
Remarks
Extracts value either from a command line string or any other line that matches the same format Example: extracting value of param2 "param1=value1 param2=value2 param3=value3" => value2