unreal.LiveLinkOpenTrackIOCustomDataField

class unreal.LiveLinkOpenTrackIOCustomDataField(key: str = '', value: str = '')

Bases: StructBase

Live Link Open Track IOCustom Data Field

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • key (str): [Read-Write] Meta data is inserted into Live Link Frame data using a Key, Value pair. This is the key part of that pair.

  • value (str): [Read-Write] Meta data is inserted into Live Link Frame data using a Key, Value pair. This is the value part of that pair.

property key: str

[Read-Write] Meta data is inserted into Live Link Frame data using a Key, Value pair. This is the key part of that pair.

Type:

(str)

property value: str

[Read-Write] Meta data is inserted into Live Link Frame data using a Key, Value pair. This is the value part of that pair.

Type:

(str)