unreal.AvaClonerEffectorType

class unreal.AvaClonerEffectorType

Bases: EnumBase

deprecated: ‘AvaClonerEffectorType’ was renamed to ‘CEClonerEffectorType’.

BOX: AvaClonerEffectorType = Ellipsis

Clones inside the box extent will be affected by the effector

Type:

2

PLANE: AvaClonerEffectorType = Ellipsis

Clones between two planes will be affected by the effector

Type:

1

RADIAL: AvaClonerEffectorType = Ellipsis

All clones within the angle range will be affected

Type:

4

SPHERE: AvaClonerEffectorType = Ellipsis

Clones inside the sphere radius will be affected by the effector

Type:

0

TORUS: AvaClonerEffectorType = Ellipsis

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

Type:

5

UNBOUND: AvaClonerEffectorType = Ellipsis

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

Type:

3