Navigation
Unreal Engine C++ API Reference > Plugins > Water > UWaterSplineComponent
- UObject::PostLoad()
- UActorComponent::PostLoad()
- USceneComponent::PostLoad()
- UPrimitiveComponent::PostLoad()
- USplineComponent::PostLoad()
- UWaterSplineComponent::PostLoad()
References
Module | Water |
Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterSplineComponent.h |
Include | #include "WaterSplineComponent.h" |
Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterSplineComponent.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.