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
&40;
KeyInitType Key,
ValueType & OutRemovedValue
&41;
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) |