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
&40;
const void &42; Key,
const void &42; Value,
const FScriptMapLayout & Layout,
TFunctionRef< uint32(const void &42;)> GetKeyHash,
TFunctionRef< bool(const void &42;, const void &42;)> KeyEqualityFn,
TFunctionRef< void(void &42;)> KeyConstructAndAssignFn,
TFunctionRef< void(void &42;)> ValueConstructAndAssignFn,
TFunctionRef< void(void &42;)> ValueAssignFn,
TFunctionRef< void(void &42;)> DestructKeyFn,
TFunctionRef< void(void &42;)> DestructValueFn
&41;
Remarks
Adds the (key, value) pair to the map