TSortedMap::Contains

Checks if map contains the specified key.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

bool Contains
(
    KeyConstPointerType Key
) const

Remarks

Checks if map contains the specified key.

Returns

true if the map contains the key.

Parameters

Parameter

Description

Key

The key to check for.