Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStripedMapBase
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/StripedMap.h |
| Include Path | #include "Containers/StripedMap.h" |
ValueType FindAndRemoveChecked
(
KeyConstPointerType InKey
)
The value that was removed
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to search for |