unreal.CEClonerLineLayoutOptions

class unreal.CEClonerLineLayoutOptions(count: int = 0, spacing: float = 0.0, axis: CEClonerAxis = Ellipsis, direction: Vector = Ellipsis, rotation: Rotator = Ellipsis)

Bases: StructBase

CECloner Line Layout Options

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerEffectorShared.h

Editor Properties: (see get_editor_property/set_editor_property)

  • axis (CEClonerAxis): [Read-Write]

  • count (int32): [Read-Write]

  • direction (Vector): [Read-Write]

  • rotation (Rotator): [Read-Write]

  • spacing (float): [Read-Write]

property axis: CEClonerAxis

[Read-Write]

Type:

(CEClonerAxis)

property count: int

[Read-Write]

Type:

(int32)

property direction: Vector

[Read-Write]

Type:

(Vector)

property rotation: Rotator

[Read-Write]

Type:

(Rotator)

property spacing: float

[Read-Write]

Type:

(float)