UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GC::FMemberPacked Struct Reference

#include <GarbageCollectionSchema.h>

Public Attributes

uint16 Type: TypeBits
 
uint16 WordOffset: OffsetBits
 

Static Public Attributes

static constexpr uint32 TypeBits = 5
 
static constexpr uint32 OffsetBits = 16 - TypeBits
 
static constexpr uint32 OffsetRange = 1u << FMemberPacked::OffsetBits
 

Member Data Documentation

◆ OffsetBits

constexpr uint32 UE::GC::FMemberPacked::OffsetBits = 16 - TypeBits
staticconstexpr

◆ OffsetRange

constexpr uint32 UE::GC::FMemberPacked::OffsetRange = 1u << FMemberPacked::OffsetBits
staticconstexpr

◆ Type

uint16 UE::GC::FMemberPacked::Type

◆ TypeBits

constexpr uint32 UE::GC::FMemberPacked::TypeBits = 5
staticconstexpr

◆ WordOffset

uint16 UE::GC::FMemberPacked::WordOffset

The documentation for this struct was generated from the following file: