TSet::Find

Finds an element with the given key in the set.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

ElementType * Find
(
    KeyInitType Key
)

Remarks

Finds an element with the given key in the set.

Returns

A pointer to an element with the given key. If no element in the set has the given key, this will return NULL.

Parameters

Parameter

Description

Key

The key to search 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