Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Syntax
TSet< FWorldPartitionReference > ActorDescReferences
Remarks
Hard refs to actors that need to be loaded when this proxy is loaded. It is currently used for 2 cases : 1- ALandscapeStreamingProxy forces the loading of its intersecting ALandscapeSplineActor. 2- ALandscape forces the loading of its child landscape proxies when the Landscape has Layer brushes. This is a temporary solution until landscape layer brushes support partial landscape loading.