DisplayClusterHelpers::map::ExtractValueFromString

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

DisplayClusterHelpers::map::ExtractValueFromString

(
    const TMap< FString, FString >& In...,
    const FString& InKey,
    TReturn& OutValue,
    ESearchCase::Type SearchCase
)

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

Public function

TReturn

 

DisplayClusterHelpers::map::ExtractValueFromString

(
    const TMap< FString, FString >& In...,
    const FString& InKey,
    const TReturn& DefaultValue,
    ESearchCase::Type SearchCase
)

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