unreal.DataflowConnectionInfo

class unreal.DataflowConnectionInfo(node_name: str = '', pin_name: str = '')

Bases: StructBase

Describes one end of a connection in a Dataflow graph

C++ Source:

  • Plugin: DataflowAgent

  • Module: DataflowAgent

  • File: DataflowAgentCustomTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • node_name (str): [Read-Write]

  • pin_name (str): [Read-Write]

property node_name: str

[Read-Only]

Type:

(str)

property pin_name: str

[Read-Only]

Type:

(str)