unreal.CEClonerHoneycombLayout

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

Bases: CEClonerLayoutBase

CECloner Honeycomb Layout

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerHoneycombLayout.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]

get_height_count() int32

Get Height Count

Return type:

int32

get_height_offset() float

Get Height Offset

Return type:

float

get_height_spacing() float

Get Height Spacing

Return type:

float

get_plane() CEClonerPlane

Get Plane

Return type:

CEClonerPlane

get_width_count() int32

Get Width Count

Return type:

int32

get_width_offset() float

Get Width Offset

Return type:

float

get_width_spacing() float

Get Width Spacing

Return type:

float

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)

set_height_count(height_count) None

Set Height Count

Parameters:

height_count (int32) –

set_height_offset(height_offset) None

Set Height Offset

Parameters:

height_offset (float) –

set_height_spacing(height_spacing) None

Set Height Spacing

Parameters:

height_spacing (float) –

set_plane(plane) None

Set Plane

Parameters:

plane (CEClonerPlane) –

set_width_count(width_count) None

Set Width Count

Parameters:

width_count (int32) –

set_width_offset(width_offset) None

Set Width Offset

Parameters:

width_offset (float) –

set_width_spacing(width_spacing) None

Set Width Spacing

Parameters:

width_spacing (float) –

property width_count: int

[Read-Write]

Type:

(int32)

property width_offset: float

[Read-Write]

Type:

(float)

property width_spacing: float

[Read-Write]

Type:

(float)