Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
- UObject::BeginDestroy()
- UClassProperty::BeginDestroy()
- UDelegateProperty::BeginDestroy()
- UInterfaceProperty::BeginDestroy()
- UMulticastDelegateProperty::BeginDestroy()
- UObjectPropertyBase::BeginDestroy()
- UClassProperty::BeginDestroy()
- USoftClassProperty::BeginDestroy()
- USoftClassProperty::BeginDestroy()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.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.