UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLumenCardUpdateContext Class Reference

#include <LumenSceneLighting.h>

Public Types

enum  EIndirectArgOffset { ThreadPerPage = 0 * sizeof(FRHIDispatchIndirectParameters) , ThreadPerTile = 1 * sizeof(FRHIDispatchIndirectParameters) , MAX = 2 }
 

Public Attributes

FRDGBufferRef CardPageIndexAllocator
 
FRDGBufferRef CardPageIndexData
 
FRDGBufferRef DrawCardPageIndicesIndirectArgs
 
FRDGBufferRef DispatchCardPageIndicesIndirectArgs
 
FIntPoint UpdateAtlasSize
 
uint32 MaxUpdateTiles
 
uint32 UpdateFactor
 

Member Enumeration Documentation

◆ EIndirectArgOffset

Enumerator
ThreadPerPage 
ThreadPerTile 
MAX 

Member Data Documentation

◆ CardPageIndexAllocator

FRDGBufferRef FLumenCardUpdateContext::CardPageIndexAllocator

◆ CardPageIndexData

FRDGBufferRef FLumenCardUpdateContext::CardPageIndexData

◆ DispatchCardPageIndicesIndirectArgs

FRDGBufferRef FLumenCardUpdateContext::DispatchCardPageIndicesIndirectArgs

◆ DrawCardPageIndicesIndirectArgs

FRDGBufferRef FLumenCardUpdateContext::DrawCardPageIndicesIndirectArgs

◆ MaxUpdateTiles

uint32 FLumenCardUpdateContext::MaxUpdateTiles

◆ UpdateAtlasSize

FIntPoint FLumenCardUpdateContext::UpdateAtlasSize

◆ UpdateFactor

uint32 FLumenCardUpdateContext::UpdateFactor

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