Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
bool Contains
&40;
KeyConstPointerType Key
&41; const
Remarks
Check if map contains the specified key. true if the map contains the key.
Parameters
| Name | Description |
|---|---|
| Key | The key to check for. |