Classes

APrecomputedVisibilityOverrideVolume

AVolume > ABrush > AActor > UObject

PrecomputedVisibilityOverrideVolume: Overrides visibility for a set of actors.

Member Type Offset Share
OverrideVisibleActors

Array of actors that will always be considered visible by Precomputed Visibility when viewed from inside this volume.

TArray<AActor*> 0x258
OverrideInvisibleActors

Array of actors that will always be considered invisible by Precomputed Visibility when viewed from inside this volume.

TArray<AActor*> 0x268
OverrideInvisibleLevels

Array of level names whose actors will always be considered invisible by Precomputed Visibility when viewed from inside this volume.

TArray<FName> 0x278