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