FindOrAddByHash

Overload list

Windows
MacOS
Linux
Name Description

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    const KeyType& Key
)

See FindOrAdd() and class documentation section on ByHash() functions

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    KeyType&& Key
)

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    const KeyType& Key,
    const ValueType& Value
)

See FindOrAdd() and class documentation section on ByHash() functions

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    const KeyType& Key,
    ValueType&& Value
)

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    KeyType&& Key,
    const ValueType& Value
)

Public function

ValueType &

 

FindOrAddByHash

(
    uint32 KeyHash,
    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