unreal.CEClonerHoneycombLayoutOptions

class unreal.CEClonerHoneycombLayoutOptions(plane: CEClonerPlane = Ellipsis, width_count: int = 0, height_count: int = 0, width_offset: float = 0.0, height_offset: float = 0.0, width_spacing: float = 0.0, height_spacing: float = 0.0)

Bases: StructBase

CECloner Honeycomb Layout Options

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerEffectorShared.h

Editor Properties: (see get_editor_property/set_editor_property)

  • height_count (int32): [Read-Write]

  • height_offset (float): [Read-Write]

  • height_spacing (float): [Read-Write]

  • plane (CEClonerPlane): [Read-Write]

  • width_count (int32): [Read-Write]

  • width_offset (float): [Read-Write]

  • width_spacing (float): [Read-Write]

property height_count: int

[Read-Write]

Type:

(int32)

property height_offset: float

[Read-Write]

Type:

(float)

property height_spacing: float

[Read-Write]

Type:

(float)

property plane: CEClonerPlane

[Read-Write]

Type:

(CEClonerPlane)

property width_count: int

[Read-Write]

Type:

(int32)

property width_offset: float

[Read-Write]

Type:

(float)

property width_spacing: float

[Read-Write]

Type:

(float)