Navigation
Unreal Engine C++ API Reference > Plugins > Water > UWaterBodyComponent
- UObject::PostLoad()
- UActorComponent::PostLoad()
- USceneComponent::PostLoad()
- UPrimitiveComponent::PostLoad()
- UWaterBodyComponent::PostLoad()
- UWaterBodyCustomComponent::PostLoad()
- UWaterBodyOceanComponent::PostLoad()
References
Module | Water |
Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterBodyComponent.h |
Include | #include "WaterBodyComponent.h" |
Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterBodyComponent.cpp |
virtual void PostLoad&40;&41;
Remarks
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.