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/TMap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
bool RemoveAndCopyValue
(
KeyInitType Key,
ValueType & OutRemovedValue
)
Remarks
Remove the pair with the specified key and copies the value that was removed to the ref parameter whether or not the key was found
Parameters
| Name | Description |
|---|---|
| Key | The key to search for |
| OutRemovedValue | If found, the value that was removed (not modified if the key was not found) |