Navigation
API > API/Plugins > API/Plugins/ClonerEffector
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include | #include "CEClonerEffectorShared.h" |
Syntax
enum ECEClonerEffectorPushDirection
{
Forward,
Right,
Up,
Effector,
Random,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Enumerates the effector push direction available