RSX Code Reference
    Preparing search index...
    • rsx
    • ControlFlowData

    Class ControlFlowData

    The ControlFlowData provides a base class for control flow specific data. It is passed to ControlFlowNodeBase nodes upon execution.

    If you subclass from ControlFlowData, do not expose the type to graph in a @graphOutput or @graphInput decoration, otherwise the subclass will not be connectable to the base ControlFlowData type.

    Only expose the type if you want to have a strong filter. Unlike other pins, CF pins do not filter based on subclass compatbility.

    Hierarchy (View Summary)

    Index
    executionState: GraphExecutionState

    The execution state, used to set and retrieve values.