unreal.AvaMirrorModifier

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

Bases: AvaGeometryBaseModifier

Ava Mirror Modifier

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaMirrorModifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • apply_plane_cut (bool): [Read-Write]

  • flip_cut_side (bool): [Read-Write]

  • mirror_frame_position (Vector): [Read-Write]

  • mirror_frame_rotation (Rotator): [Read-Write]

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

  • show_mirror_frame (bool): [Read-Write]

  • weld_along_plane (bool): [Read-Write]

property apply_plane_cut: bool

[Read-Write]

Type:

(bool)

property flip_cut_side: bool

[Read-Write]

Type:

(bool)

property mirror_frame_position: Vector

[Read-Write]

Type:

(Vector)

property mirror_frame_rotation: Rotator

[Read-Write]

Type:

(Rotator)

property show_mirror_frame: bool

[Read-Write]

Type:

(bool)

property weld_along_plane: bool

[Read-Write]

Type:

(bool)