#include <ComposableCameraDebugPanelData.h>

Top-level context stack + tree snapshot consumed by the debug panel. Produced by UComposableCameraContextStack::BuildDebugSnapshot.

Public Attributes

Return Name Description
TArray< FComposableCameraContextSnapshot > Contexts All contexts — live entries first (LIFO, index 0 = base), then pending-destroy entries. The UI walks this as a single flat list.
int32 LiveStackDepth Total number of live (non-pending-destroy) entries.
int32 PendingDestroyCount Number of pending-destroy entries.

Contexts

TArray< FComposableCameraContextSnapshot > Contexts

All contexts — live entries first (LIFO, index 0 = base), then pending-destroy entries. The UI walks this as a single flat list.


LiveStackDepth

int32 LiveStackDepth = 0

Total number of live (non-pending-destroy) entries.


PendingDestroyCount

int32 PendingDestroyCount = 0

Number of pending-destroy entries.