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 (BlueprintCallable, Category="Composure|Pass")
bool DeletePass
(
UCompositingElementPass * PassToDelete
)
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. |