![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ScenePrivate.h>
Public Attributes | |
| TConstArrayView< int32 > | RemovedLightIds |
| TConstArrayView< int32 > | AddedLightIds |
| FSceneLightInfoUpdates & | SceneLightInfoUpdates |
| const TBitArray< SceneRenderingAllocator > & | RemovedLightsMask |
| int32 | PreUpdateMaxIndex = 0 |
| int32 | PostUpdateMaxIndex = 0 |
Describes all light modifications to the scene by recording the light scene IDs.
| TConstArrayView<int32> FLightSceneChangeSet::AddedLightIds |
| int32 FLightSceneChangeSet::PostUpdateMaxIndex = 0 |
| int32 FLightSceneChangeSet::PreUpdateMaxIndex = 0 |
| TConstArrayView<int32> FLightSceneChangeSet::RemovedLightIds |
| const TBitArray<SceneRenderingAllocator>& FLightSceneChangeSet::RemovedLightsMask |
| FSceneLightInfoUpdates& FLightSceneChangeSet::SceneLightInfoUpdates |