unreal.CompositingElementInput

class unreal.CompositingElementInput(outer: Object | None = None, name: Name | str = 'None')

Bases: CompositingElementPass

Compositing Element Input

C++ Source:

  • Plugin: Composure

  • Module: Composure

  • File: CompositingElementPasses.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write]

  • intermediate (bool): [Read-Write] Marks this pass for ‘internal use only’ - prevents it from being exposed to parent elements. When set, render target resources used by this element will be reused. For inputs, all ‘Intermediate’ passes are available to the first transform pass, and released after that.

  • pass_name (Name): [Read-Write]

generate_input() Texture

Generate Input

Return type:

Texture

property intermediate: bool

[Read-Only] Marks this pass for ‘internal use only’ - prevents it from being exposed to parent elements. When set, render target resources used by this element will be reused. For inputs, all ‘Intermediate’ passes are available to the first transform pass, and released after that.

Type:

(bool)