Navigation
API > API/Plugins > API/Plugins/Avalanche > API/Plugins/Avalanche/AAvaScene
- UObject::PostLoad()
- AActor::PostLoad()
- AAvaScene::PostLoad()
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/AvaScene.h |
| Include | #include "AvaScene.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Private/AvaScene.cpp |
virtual void PostLoad()
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.