Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
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.
Derived Overrides
- UClassProperty::BeginDestroy
- UDelegateProperty::BeginDestroy
- UEnum::BeginDestroy
- UInterfaceProperty::BeginDestroy
- UMulticastDelegateProperty::BeginDestroy
- UObjectPropertyBase::BeginDestroy
- USoftClassProperty::BeginDestroy
| Name | BeginDestroy |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void BeginDestroy()