Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
Description
Deletes all of the provided elements and all of their children if the function is called from editor. Use DeleteElementAndChildren instead.
| Name | DeleteElements |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include Path | #include "ICompElementManager.h" |
void DeleteElements
(
const TArray< FName > & ElementsToDelete,
bool bIsCalledFromEditor
)
Parameters
| Name | Remarks |
|---|---|
| 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. |