Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
ValueType FindAndRemoveChecked
(
KeyConstPointerType Key
)
Finds a pair with the specified key, removes it from the map, and returns the value part of the pair. If no pair was found, an exception is thrown.
Whether or not the key was found
Parameter |
Description |
---|---|
Key |
The key to search for |