value2" />

DisplayClusterHelpers::str::ExtractValue

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

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterUtils/DisplayClusterCommonHelpers.h

Include

#include "DisplayClusterUtils/DisplayClusterCommonHelpers.h"

Syntax

namespace DisplayClusterHelpers
{
    namespace str
    {
        template<typename T>
        static bool DisplayClusterHelpers::str::ExtractValue
        (
            const FString & InLine,
            const FString & InParamName,
            T & OutValue,
            bool bInTrimQuotes
        )
    }
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss