Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
bool RemoveAndCopyValue
(
KeyInitType Key,
ValueType & OutRemovedValue
)
Removes the pair with the specified key and copies the value that was removed to the ref parameter.
Whether or not the key was found
Parameter |
Description |
---|---|
Key |
The key to search for |
OutRemovedValue |
If found, the value that was removed (not modified if the key was not found) |