![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SetUtilities.h>
Public Member Functions | |
| constexpr UE_FORCEINLINE_HINT | FSetElementId ()=default |
| UE_FORCEINLINE_HINT bool | IsValidId () const |
| constexpr UE_FORCEINLINE_HINT int32 | AsInteger () const |
Static Public Member Functions | |
| static UE_FORCEINLINE_HINT FSetElementId | FromInteger (int32 Integer) |
Friends | |
| UE_FORCEINLINE_HINT friend bool | operator== (const FSetElementId &A, const FSetElementId &B) |
| UE_FORCEINLINE_HINT friend bool | operator!= (const FSetElementId &A, const FSetElementId &B) |
Either NULL or an identifier for an element of a set. Used to differentiate between int as an element type and an index to a specific location
|
constexprdefault |
Default constructor.
|
inlineconstexpr |
|
inlinestatic |
|
inline |
|
friend |
|
friend |
Comparison operators.