GlobalEntityHandle union

Constructors, destructors, conversion operators

GlobalEntityHandle() constexpr
GlobalEntityHandle(uint32_t index, uint32_t generation, uint32_t prefabIndex)

Public functions

auto GetIndex() const -> uint32_t
auto GetGeneration() const -> uint32_t
auto GetPrefabIndex() const -> uint16_t

Public variables

uint64_t Index
uint64_t Generation
uint64_t PrefabIndex
uint64_t reserved

Protected variables

uint64_t Value
struct GlobalEntityHandle None