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