Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
bool IsValidId
(
FSetElementId Id
) const
Checks whether an element id is valid.
true if the element identifier refers to a valid element in this set.
Parameter |
Description |
---|---|
Id |
The element id to check. |