Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
int32 Remove
&40;
KeyConstPointerType InKey
&41;
Remarks
Remove all value associations for a key. The number of values that were associated with the key.
Parameters
| Name | Description |
|---|---|
| InKey | The key to remove associated values for. |