unreal.DataLinkInstance

class unreal.DataLinkInstance(data_link_graph: DataLinkGraph = Ellipsis, input_data: None = [])

Bases: StructBase

Instance of a data link to be executed

C++ Source:

  • Plugin: DataLink

  • Module: DataLink

  • File: DataLinkInstance.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data_link_graph (DataLinkGraph): [Read-Write] The data link graph to execute

  • input_data (Array[DataLinkInputData]): [Read-Write] The initial input data to feed into the data link graph

[Read-Write] The data link graph to execute

Type:

(DataLinkGraph)

property input_data: None

[Read-Write] The initial input data to feed into the data link graph

Type:

(Array[DataLinkInputData])