DisplayClusterHelpers::map::ExtractValueFromString

Extracts value from [TMap](API\Runtime\Core\Containers\TMap) and converts it to TReturn. If no value found, the default value is returned.

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>
        TReturn DisplayClusterHelpers::map::ExtractValueFromString
        (
            const TMap< FString, FString > & InMap,
            const FString & InKey,
            const TReturn & DefaultValue,
            ESearchCase::Type SearchCase
        )
    }
}

Remarks

Extracts value from TMap and converts it to TReturn. If no value found, the default value is returned.

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