AddByHash

Overload list

Windows
MacOS
Linux
Name Description

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    const KeyType& InKey
)

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

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    KeyType&& InKey
)

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    const KeyType& InKey,
    const ValueType& InValue
)

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

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    const KeyType& InKey,
    ValueType&& InValue
)

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    KeyType&& InKey,
    const ValueType& InValue
)

Public function

ValueType &

 

AddByHash

(
    uint32 KeyHash,
    KeyType&& InKey,
    ValueType&& InValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss