DisplayClusterHelpers::map::ExtractArrayFromString

Extracts array 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 TVal>
        bool DisplayClusterHelpers::map::ExtractArrayFromString
        (
            const TMap< FString, FString > & InMap,
            const FString & InKey,
            TArray< TVal > & OutArray,
            const FString & InSeparator,
            bool bCullEmpty,
            ESearchCase::Type SearchCase
        )
    }
}

Remarks

Extracts array 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