DisplayClusterHelpers::map::ExtractValue

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

DisplayClusterHelpers::map::ExtractValue

(
    const TMap< FString, TVal >& InMap,
    const FString& InKey,
    TVal& OutValue,
    ESearchCase::Type SearchCase
)

Extracts value from TMap, returns true if Ok.

Public function

TVal

 

DisplayClusterHelpers::map::ExtractValue

(
    const TMap< FString, TVal >& InMap,
    const FString& InKey,
    const TVal& DefaultValue,
    ESearchCase::Type SearchCase
)

Extracts value from TMap, returns value if found, otherwise default 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