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]

get_apply_plane_cut() bool

Get Apply Plane Cut

Return type:

bool

get_flip_cut_side() bool

Get Flip Cut Side

Return type:

bool

get_mirror_frame_position() Vector

Get Mirror Frame Position

Return type:

Vector

get_mirror_frame_rotation() Rotator

Get Mirror Frame Rotation

Return type:

Rotator

get_weld_along_plane() bool

Get Weld Along Plane

Return type:

bool

set_apply_plane_cut(apply_plane_cut) None

Set Apply Plane Cut

Parameters:

apply_plane_cut (bool)

set_flip_cut_side(flip_cut_side) None

Set Flip Cut Side

Parameters:

flip_cut_side (bool)

set_mirror_frame_position(mirror_frame_position) None

Set Mirror Frame Position

Parameters:

mirror_frame_position (Vector)

set_mirror_frame_rotation(mirror_frame_rotation) None

Set Mirror Frame Rotation

Parameters:

mirror_frame_rotation (Rotator)

set_weld_along_plane(weld_along_plane) None

Set Weld Along Plane

Parameters:

weld_along_plane (bool)