UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLumenDirectLightingTaskData Struct Reference

Public Attributes

UE::Tasks::FTask Task
 
TArray< FLumenGatheredLight, TInlineAllocator< 64 > > GatheredLights
 
TArray< FLumenPackedLight, TInlineAllocator< 16 > > PackedLightData
 
TArray< FVector4fLightInfluenceSpheres
 
TArray< FViewBatchedLightParameters, TInlineAllocator< 1 > > ViewBatchedLightParameters
 
TArray< int32, TInlineAllocator< 4 > > StandaloneLightIndices
 
TUniformBufferRef< FDeferredLightUniformStructDummyLightUniformBuffer
 
bool bHasIESLights = false
 
bool bHasRectLights = false
 
bool bHasLightFunctions = false
 

Member Data Documentation

◆ bHasIESLights

bool FLumenDirectLightingTaskData::bHasIESLights = false

◆ bHasLightFunctions

bool FLumenDirectLightingTaskData::bHasLightFunctions = false

◆ bHasRectLights

bool FLumenDirectLightingTaskData::bHasRectLights = false

◆ DummyLightUniformBuffer

TUniformBufferRef<FDeferredLightUniformStruct> FLumenDirectLightingTaskData::DummyLightUniformBuffer

◆ GatheredLights

TArray<FLumenGatheredLight, TInlineAllocator<64> > FLumenDirectLightingTaskData::GatheredLights

◆ LightInfluenceSpheres

TArray<FVector4f> FLumenDirectLightingTaskData::LightInfluenceSpheres

◆ PackedLightData

TArray<FLumenPackedLight, TInlineAllocator<16> > FLumenDirectLightingTaskData::PackedLightData

◆ StandaloneLightIndices

TArray<int32, TInlineAllocator<4> > FLumenDirectLightingTaskData::StandaloneLightIndices

◆ Task

UE::Tasks::FTask FLumenDirectLightingTaskData::Task
mutable

◆ ViewBatchedLightParameters

TArray<FViewBatchedLightParameters, TInlineAllocator<1> > FLumenDirectLightingTaskData::ViewBatchedLightParameters
mutable

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