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 ECEClonerCollisionRadiusMode
{
Manual,
MinExtent,
MaxExtent,
ExtentLength,
}
Values
| Name | Description |
|---|---|
| Manual | Input collision radius manually |
| MinExtent | Collision radius will be calculated automatically based on the min extent value, mesh scale included |
| MaxExtent | Collision radius will be calculated automatically based on the max extent value, mesh scale included |
| ExtentLength | Collision radius will be calculated automatically based on the extent length, mesh scale included |
Remarks
Enumerates all modes for how clones radius are calculed