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 DeleteElements
(
const TArray < FName > & ElementsToDelete,
bool bIsCalledFromEditor
)
Remarks
Deletes all of the provided elements and all of their children if the function is called from editor. Use DeleteElementAndChildren instead.
Parameters
| Name | Description |
|---|---|
| ElementsToDelete | A list of valid element names |
| bIsCalledFromEditor | True if this function is called from editor. False if it is called from BP/C++. Its default value is true. |