Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMultiMap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
int32 RemoveSingle
&40;
KeyInitType InKey,
ValueInitType InValue
&41;
Remarks
Remove the first association between the specified key and value from the map. The number of associations removed.
Parameters
| Name | Description |
|---|---|
| InKey | The key part of the pair to remove. |
| InValue | The value part of the pair to remove. |