FSimpleLightArray

Data pertaining to a set of simple dynamic lights

Windows
MacOS
Linux

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

Name Description

Public variable

TArray< FSimple...

 

InstanceData

Data per simple dynamic light instance, independent of view

Public variable

TArray< FSimple...

 

InstancePerViewDataIndices

Indices into the per-view data for each light.

Public variable

TArray< FSimple...

 

PerViewData

Per-view data for each light

Functions

Name Description

Public function Const

const FSimpl...

 

GetViewDependentData

(
    int32 LightIndex,
    int32 ViewIndex,
    int32 NumViews
)

Returns the per-view data for a simple light entry.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss