Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TScriptMap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
void Add
(
const void * Key,
const void * Value,
const FScriptMapLayout & Layout,
TFunctionRef < uint32 > GetKeyHash,
TFunctionRef < bool> KeyEqualityFn,
TFunctionRef < void> KeyConstructAndAssignFn,
TFunctionRef < void> ValueConstructAndAssignFn,
TFunctionRef < void> ValueAssignFn,
TFunctionRef < void> DestructKeyFn,
TFunctionRef < void> DestructValueFn
)
Remarks
Adds the (key, value) pair to the map