unreal.CEClonerEffectorType

class unreal.CEClonerEffectorType

Bases: EnumBase

Enumerates the effector shapes available

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerEffectorShared.h

BOX: CEClonerEffectorType = Ellipsis

Clones inside the box extent will be affected by the effector

Type:

2

PLANE: CEClonerEffectorType = Ellipsis

Clones between two planes will be affected by the effector

Type:

1

RADIAL: CEClonerEffectorType = Ellipsis

All clones within the angle range will be affected

Type:

4

SPHERE: CEClonerEffectorType = Ellipsis

Clones inside the sphere radius will be affected by the effector

Type:

0

TORUS: CEClonerEffectorType = Ellipsis

All clones inside the torus radius will be affected by the effector

Type:

5

UNBOUND: CEClonerEffectorType = Ellipsis

All clones will be affected by the effector with the same max weight

Type:

3