Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
- UObject::BeginDestroy()
- AActor::BeginDestroy()
- ACompositingElement::BeginDestroy()
References
Module | Composure |
Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
Include | #include "CompositingElement.h" |
Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElement.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.