Navigation
API > API/Plugins > API/Plugins/ClonerEffector
Enumerates the effector push direction available
| Name | ECEClonerEffectorPushDirection |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include Path | #include "CEClonerEffectorShared.h" |
Syntax
enum ECEClonerEffectorPushDirection
{
Forward,
Right,
Up,
Effector,
Random,
}
Values
| Name | Remarks |
|---|---|
| Forward | Push based on the clone forward vector |
| Right | Push based on the clone right vector |
| Up | Push based on the cloner up vector |
| Effector | Push based on the clone position relative to the effector |
| Random | Push based on a random unit vector based on the cloner seed |