UComposureBlueprintLibrary::DeleteComposureElementAndChildren

Delete a specific composure element without evoking prompt window.

Windows
MacOS
Linux

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h

Include

#include "ComposureBlueprintLibrary.h"

Source

/Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposureBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Composure|Manager")
static void DeleteComposureElementAndChildren
(
    const FName ElementToDelete
)

Remarks

Delete a specific composure element without evoking prompt window. Will delete all of its children as well.

Parameters

Parameter

Description

ElementToDelete

The name of the composure element that we want to delete.

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