unreal.AvaColorChangeData

class unreal.AvaColorChangeData(color_style: AvaColorStyle = Ellipsis, primary_color: LinearColor = Ellipsis, secondary_color: LinearColor = Ellipsis, is_unlit: bool = False)

Bases: StructBase

Ava Color Change Data

C++ Source:

  • Plugin: Avalanche

  • Module: Avalanche

  • File: AvaDefs.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color_style (AvaColorStyle): [Read-Write]

  • is_unlit (bool): [Read-Write]

  • primary_color (LinearColor): [Read-Write]

  • secondary_color (LinearColor): [Read-Write]

property color_style: AvaColorStyle

[Read-Write]

Type:

(AvaColorStyle)

property is_unlit: bool

[Read-Write]

Type:

(bool)

property primary_color: LinearColor

[Read-Write]

Type:

(LinearColor)

property secondary_color: LinearColor

[Read-Write]

Type:

(LinearColor)