Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
- UObject::BeginDestroy()
- AActor::BeginDestroy()
- ALocationVolume::BeginDestroy()
- AMapBuildDataActor::BeginDestroy()
- ANavigationDataChunkActor::BeginDestroy()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.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.