ACompositingElement::RemovePass

Remove a pass from inner pass.

Windows
MacOS
Linux

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

Syntax

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.

Returns

bool True if deletion operation is successful.

Parameters

Parameter

Description

ElementPass

The pass that is going to be removed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss