unreal.DataLinkInputData

class unreal.DataLinkInputData(data: InstancedStruct = [])

Bases: StructBase

Describes an Input Entry to the Data Link

C++ Source:

  • Plugin: DataLink

  • Module: DataLink

  • File: DataLinkInstance.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data (InstancedStruct): [Read-Write] The input data to feed into the data link graph

  • display_name (Text): [Read-Only] The display name of the input data

property data: InstancedStruct

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

Type:

(InstancedStruct)