FindOrAdd

Overload list

Windows
MacOS
Linux
Name Description

Public function

ValueType &

 

FindOrAdd

(
    const KeyType& Key
)

Find the value associated with a specified key, or if none exists, adds a value using the default constructor.

Public function

ValueType &

 

FindOrAdd

(
    KeyType&& Key
)

Public function

ValueType &

 

FindOrAdd

(
    const KeyType& Key,
    const ValueType& Value
)

Find the value associated with a specified key, or if none exists, adds a value using the default constructor.

Public function

ValueType &

 

FindOrAdd

(
    const KeyType& Key,
    ValueType&& Value
)

Public function

ValueType &

 

FindOrAdd

(
    KeyType&& Key,
    const ValueType& Value
)

Public function

ValueType &

 

FindOrAdd

(
    KeyType&& Key,
    ValueType&& 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