unreal.CEClonerEffectorType

class unreal.CEClonerEffectorType

Bases: EnumBase

Enumerates the effector shapes available

C++ Source:

  • Plugin: ClonerEffector

  • Module: ClonerEffector

  • File: CEClonerEffectorShared.h

BOX: CEClonerEffectorType

Clones inside the box extent will be affected by the effector

Type:

2

PLANE: CEClonerEffectorType

Clones between two planes will be affected by the effector

Type:

1

SPHERE: CEClonerEffectorType

Clones inside the sphere radius will be affected by the effector

Type:

0

UNBOUND: CEClonerEffectorType

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

Type:

3