Navigation
API > API/Plugins > API/Plugins/ClonerEffector
Enumerates the effector shapes available
| Name | ECEClonerEffectorType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include Path | #include "CEClonerEffectorShared.h" |
Syntax
enum ECEClonerEffectorType
{
Sphere,
Plane,
Box,
Unbound,
Radial,
Torus,
}
Values
| Name | Remarks |
|---|---|
| Sphere | Clones inside the sphere radius will be affected by the effector |
| Plane | Clones between two planes will be affected by the effector |
| Box | Clones inside the box extent will be affected by the effector |
| Unbound | All clones will be affected by the effector with the same max weight |
| Radial | All clones within the angle range will be affected |
| Torus | All clones inside the torus radius will be affected by the effector |