Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
References
| Module | ComposureLayersEditor |
| Header | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include | #include "ICompElementManager.h" |
void OnDeleteElement
(
AActor * ElementToDelete
)
Remarks
Function used to expose the editor call back function after an existing composure element
Parameters
| Name | Description |
|---|---|
| ElementToDelete | The composure element that is going to be deleted. |