Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimInstance
- UObject::BeginDestroy()
- UAnimInstance::BeginDestroy()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
Include | #include "Animation/AnimInstance.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
virtual void BeginDestroy&40;&41;
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.