TMapBase::Contains

Check if map contains the specified key.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

bool Contains
(
    KeyConstPointerType Key
) const

Remarks

Check if map contains the specified key.

Returns

true if the map contains the key.

Parameters

Parameter

Description

Key

The key to check for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss