Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DeviceProfiles > API/Runtime/Engine/DeviceProfiles/UDeviceProfile
- UObject::BeginDestroy()
- UDeviceProfile::BeginDestroy()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfile.h |
Include | #include "DeviceProfiles/DeviceProfile.h" |
Source | /Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfile.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.