Navigation
Unreal Engine C++ API Reference > Plugins > Water > AWaterZone
- UObject::PostLoadSubobjects()
- AActor::PostLoadSubobjects()
- AWaterZone::PostLoadSubobjects()
References
Module | Water |
Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterZoneActor.h |
Include | #include "WaterZoneActor.h" |
Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterZoneActor.cpp |
virtual void PostLoadSubobjects
&40;
FObjectInstancingGraph &42; OuterInstanceGraph
&41;
Remarks
Instances components for objects being loaded from disk, if necessary. Ensures that component references between nested components are fixed up correctly.
Parameters
Name | Description |
---|---|
OuterInstanceGraph | when calling this method on subobjects, specifies the instancing graph which contains all instanced subobjects and components for a subobject root. |