Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/UComposureBlueprintLibrary
Description
Delete a specific composure element without evoking prompt window. Will delete all of its children as well.
| Name | DeleteComposureElementAndChildren |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h |
| Include Path | #include "ComposureBlueprintLibrary.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposureBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Composure|Manager")
static void DeleteComposureElementAndChildren
(
const FName ElementToDelete
)
Parameters
| Name | Remarks |
|---|---|
| ElementToDelete | The name of the composure element that we want to delete. |