Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
bool Contains
(
KeyConstPointerType Key
) const
Checks if map contains the specified key.
true if the map contains the key.
Parameter |
Description |
---|---|
Key |
The key to check for. |