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