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 TKey, typename TVal>
static bool DisplayClusterHelpers&58;&58;str&58;&58;ExtractMap
&40;
const FString & InLine,
const FString & InParamName,
TMap< TKey, TVal > & OutData,
const FString & InPairSeparator,
const FString & InKeyValSeparator
&41;
}
}
Remarks
Extracts map value either from a command line string or any other line that matches the same format Example: extracting map value of param2 "param1=value1 param2="a:1,b:7,c:22" param3=value3" => {{a,1},{b,7}{c,22}}