UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVirtualPageIndex Union Reference

#include <LumenSceneData.h>

Public Member Functions

 FVirtualPageIndex ()
 
 FVirtualPageIndex (int32 InCardIndex, uint16 InResLevel, uint16 InLocalPageIndex)
 

Public Attributes

uint64 PackedValue
 
struct { 
 
   int32   CardIndex 
 
   uint16   ResLevel 
 
   uint16   LocalPageIndex 
 
};  
 

Constructor & Destructor Documentation

◆ FVirtualPageIndex() [1/2]

FVirtualPageIndex::FVirtualPageIndex ( )
inline

◆ FVirtualPageIndex() [2/2]

FVirtualPageIndex::FVirtualPageIndex ( int32  InCardIndex,
uint16  InResLevel,
uint16  InLocalPageIndex 
)
inline

Member Data Documentation

◆ [struct]

struct { ... } FVirtualPageIndex

◆ CardIndex

int32 FVirtualPageIndex::CardIndex

◆ LocalPageIndex

uint16 FVirtualPageIndex::LocalPageIndex

◆ PackedValue

uint64 FVirtualPageIndex::PackedValue

◆ ResLevel

uint16 FVirtualPageIndex::ResLevel

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