Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include | #include "PrimitiveSceneProxy.h" |
Syntax
class FSimpleLightArray
Remarks
Data pertaining to a set of simple dynamic lights
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSimpleLightEntry, SceneRenderingAllocator > | InstanceData | Data per simple dynamic light instance, independent of view | |
| TArray< FSimpleLightInstacePerViewIndexData, SceneRenderingAllocator > | InstancePerViewDataIndices | Indices into the per-view data for each light. | |
| TArray< FSimpleLightPerViewEntry, SceneRenderingAllocator > | PerViewData | Per-view data for each light |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSimpleLightPerViewEntry & | GetViewDependentData
(
int32 LightIndex, |
Returns the per-view data for a simple light entry. |