unreal.AvaPatternModifierLineLayoutOptions

class unreal.AvaPatternModifierLineLayoutOptions(axis: AvaPatternModifierAxis = Ellipsis, axis_inverted: bool = False, repeat_count: int = 0, spacing: float = 0.0, centered: bool = False, accumulate_transform: bool = False, rotation: Rotator = Ellipsis, scale: Vector = Ellipsis)

Bases: StructBase

Ava Pattern Modifier Line Layout Options

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaPatternModifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • accumulate_transform (bool): [Read-Write]

  • axis (AvaPatternModifierAxis): [Read-Write]

  • axis_inverted (bool): [Read-Write]

  • centered (bool): [Read-Write] Center the layout based on the axis

  • repeat_count (int32): [Read-Write]

  • rotation (Rotator): [Read-Write]

  • scale (Vector): [Read-Write]

  • spacing (float): [Read-Write]

property accumulate_transform: bool

[Read-Write]

Type:

(bool)

property axis: AvaPatternModifierAxis

[Read-Write]

Type:

(AvaPatternModifierAxis)

property axis_inverted: bool

[Read-Write]

Type:

(bool)

property centered: bool

[Read-Write] Center the layout based on the axis

Type:

(bool)

property repeat_count: int

[Read-Write]

Type:

(int32)

property rotation: Rotator

[Read-Write]

Type:

(Rotator)

property scale: Vector

[Read-Write]

Type:

(Vector)

property spacing: float

[Read-Write]

Type:

(float)