Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
Description
Remove a pass from inner pass. This function will not deal with public list shown in the editor. Use DeletePass instead.
| Name | RemovePass |
| 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 |
bool RemovePass
(
UCompositingElementPass * ElementPass
)
bool True if deletion operation is successful.
Parameters
| Name | Remarks |
|---|---|
| ElementPass | The pass that is going to be removed. |