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