Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMap
Description
Find 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.
| Name | FindAndRemoveChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType FindAndRemoveChecked
(
KeyConstPointerType Key
)
whether or not the key was found
Parameters
| Name | Remarks |
|---|---|
| Key | the key to search for |