DisplayClusterHelpers::map::ExtractValueFromString

Extracts value from [TMap](API\Runtime\Core\Containers\TMap), returns true and TReturn converted from string, otherwise false.

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterHelpers.h

Include

#include "Misc/DisplayClusterHelpers.h"

Syntax

namespace DisplayClusterHelpers
{
    namespace map
    {
        template<typename TReturn>
        bool DisplayClusterHelpers::map::ExtractValueFromString
        (
            const TMap< FString, FString > & InMap,
            const FString & InKey,
            TReturn & OutValue,
            ESearchCase::Type SearchCase
        )
    }
}

Remarks

Extracts value from TMap, returns true and TReturn converted from string, otherwise false.

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