Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
| Include | #include "CompositingElement.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElement.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Pass"&41;
bool DeletePass
&40;
UCompositingElementPass &42; PassToDelete
&41;
Remarks
Delete a specific pass. This function deals with the public list where deletion is directly reflected in the editor. bool Whether the delete operation is successful or not
Parameters
| Name | Description |
|---|---|
| PassToDelete | The pass that will be deleted. |