unreal.InterchangeGroomPayloadKey

class unreal.InterchangeGroomPayloadKey(unique_id: str = '', type: InterchangeGroomPayLoadType = Ellipsis, frame_number: int = 0)

Bases: StructBase

Interchange Groom Payload Key

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeGroomNode.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_number (int32): [Read-Write]

  • type (InterchangeGroomPayLoadType): [Read-Write]

  • unique_id (str): [Read-Write]

property frame_number: int

[Read-Write]

Type:

(int32)

property type: InterchangeGroomPayLoadType

[Read-Write]

Type:

(InterchangeGroomPayLoadType)

property unique_id: str

[Read-Write]

Type:

(str)