Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/UComposureBlueprintLibrary
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Manager"&41;
static void DeleteComposureElementAndChildren
&40;
const FName ElementToDelete
&41;
Remarks
Delete a specific composure element without evoking prompt window. Will delete all of its children as well.
Parameters
| Name | Description |
|---|---|
| ElementToDelete | The name of the composure element that we want to delete. |