ICompElementManager::DeleteElements

Deletes all of the provided elements and all of their children if the function is called from editor.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

/Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h

Include

#include "ICompElementManager.h"

Syntax

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

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss