TSet::FindId

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

FSetElementId FindId
(
    KeyInitType Key
) const

Remarks

Finds an element with the given key in the set.

Returns

The id of the set element matching the given key, or the NULL id if none matches.

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