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