DisplayClusterHelpers::map::ExtractMapFromString

Extracts map from sting map value.

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 TKey, typename TVal>
        bool DisplayClusterHelpers::map::ExtractMapFromString
        (
            const TMap< FString, FString > & InMap,
            const FString & InKey,
            TMap< TKey, TVal > & OutMap,
            const FString & InPairSeparator,
            const FString & InKeyValSeparator,
            ESearchCase::Type SearchCase
        )
    }
}

Remarks

Extracts map from sting map value.

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