TSet::IsValidId

Checks whether an element id is valid.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

bool IsValidId
(
    FSetElementId Id
) const

Remarks

Checks whether an element id is valid.

Returns

true if the element identifier refers to a valid element in this set.

Parameters

Parameter

Description

Id

The element id to check.

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