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 OnCreateNewElement
(
AActor * NewElement
)
Remarks
Function used to expose the editor call back function after a new composure element is created via Blueprint and C++.
Parameters
| Name | Description |
|---|---|
| NewElement | The new element that got created via Blueprint/C++ |