unreal.CEClonerSphereLayoutOptions

class unreal.CEClonerSphereLayoutOptions(count: int = 0, radius: float = 0.0, ratio: float = 0.0, orient_mesh: bool = False, rotation: Rotator = Ellipsis, scale: Vector = Ellipsis)

Bases: StructBase

CECloner Sphere Layout Options

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerEffectorShared.h

Editor Properties: (see get_editor_property/set_editor_property)

  • count (int32): [Read-Write]

  • orient_mesh (bool): [Read-Write]

  • radius (float): [Read-Write]

  • ratio (float): [Read-Write]

  • rotation (Rotator): [Read-Write]

  • scale (Vector): [Read-Write]

property count: int

[Read-Write]

Type:

(int32)

property orient_mesh: bool

[Read-Write]

Type:

(bool)

property radius: float

[Read-Write]

Type:

(float)

property ratio: float

[Read-Write]

Type:

(float)

property rotation: Rotator

[Read-Write]

Type:

(Rotator)

property scale: Vector

[Read-Write]

Type:

(Vector)