Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleLightArray
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include | #include "PrimitiveSceneProxy.h" |
const FSimpleLightPerViewEntry & GetViewDependentData
(
int32 LightIndex,
int32 ViewIndex,
int32 NumViews
) const
Remarks
Returns the per-view data for a simple light entry.
Parameters
| Name | Description |
|---|---|
| LightIndex | The index of the simple light |
| ViewIndex | The index of the view |
| NumViews | The number of views in the ViewFamily. |