This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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
(
KeyConstPointerType InKey
)
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. |