unreal.AvaJustifyModifier

class unreal.AvaJustifyModifier(outer: Object | None = None, name: Name | str = 'None')

Bases: AvaArrangeBaseModifier

Justify Modifier

Aligns child actors, based on their bounding box, according to the specified justification

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaJustifyModifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth_alignment (AvaJustifyDepth): [Read-Write]

  • depth_anchor (float): [Read-Write]

  • horizontal_alignment (AvaJustifyHorizontal): [Read-Write]

  • horizontal_anchor (float): [Read-Write]

  • modifier_enabled (bool): [Read-Write] Is the modifier enabled or disabled

  • vertical_alignment (AvaJustifyVertical): [Read-Write]

  • vertical_anchor (float): [Read-Write]

property depth_alignment: AvaJustifyDepth

[Read-Write]

Type:

(AvaJustifyDepth)

property depth_anchor: float

[Read-Write]

Type:

(float)

get_depth_alignment() AvaJustifyDepth

Get Depth Alignment

Return type:

AvaJustifyDepth

get_depth_anchor() float

Get Depth Anchor

Return type:

float

get_horizontal_alignment() AvaJustifyHorizontal

Get Horizontal Alignment

Return type:

AvaJustifyHorizontal

get_horizontal_anchor() float

Get Horizontal Anchor

Return type:

float

get_vertical_alignment() AvaJustifyVertical

Get Vertical Alignment

Return type:

AvaJustifyVertical

get_vertical_anchor() float

Get Vertical Anchor

Return type:

float

property horizontal_alignment: AvaJustifyHorizontal

[Read-Write]

Type:

(AvaJustifyHorizontal)

property horizontal_anchor: float

[Read-Write]

Type:

(float)

set_depth_alignment(depth_alignment) None

Set Depth Alignment

Parameters:

depth_alignment (AvaJustifyDepth) –

set_depth_anchor(depth_anchor) None

Set Depth Anchor

Parameters:

depth_anchor (float) –

set_horizontal_alignment(horizontal_alignment) None

Set Horizontal Alignment

Parameters:

horizontal_alignment (AvaJustifyHorizontal) –

set_horizontal_anchor(horizontal_anchor) None

Set Horizontal Anchor

Parameters:

horizontal_anchor (float) –

set_vertical_alignment(vertical_alignment) None

Set Vertical Alignment

Parameters:

vertical_alignment (AvaJustifyVertical) –

set_vertical_anchor(vertical_anchor) None

Set Vertical Anchor

Parameters:

vertical_anchor (float) –

property vertical_alignment: AvaJustifyVertical

[Read-Write]

Type:

(AvaJustifyVertical)

property vertical_anchor: float

[Read-Write]

Type:

(float)