Navigation
API > API/Plugins > API/Plugins/Avalanche > API/Plugins/Avalanche/AAvaScene
- UObject::BeginDestroy()
- AActor::BeginDestroy()
- AAvaScene::BeginDestroy()
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 BeginDestroy()
Remarks
Called before destroying the object. This is called immediately upon deciding to destroy the object, to allow the object to begin an asynchronous cleanup process.