| AngleBetweenItems |
float |
Amount of Euler degrees that separate each item. Only used when bDistributeItemsEvenly is false |
Components/RadialBoxSettings.h |
- EditAnywhere
- Category="Items"
- Meta=(EditCondition="!bDistributeItemsEvenly", ClampMin=0, ClampMax=360)
|
| bDistributeItemsEvenly |
bool |
Distribute Items evenly in the whole circle. Checking this option ignores AngleBetweenItems |
Components/RadialBoxSettings.h |
- EditAnywhere
- Category="Items"
|
| SectorCentralAngle |
float |
If we need a section of a radial (for example half-a-radial) we can define a central angle < 360 (180 in case of half-a-radial). |
Components/RadialBoxSettings.h |
- EditAnywhere
- Category="Items"
- Meta=(EditCondition="bDistributeItemsEvenly", ClampMin=0, ClampMax=360)
|
| StartingAngle |
float |
At what angle will we place the first element of the wheel? |
Components/RadialBoxSettings.h |
- EditAnywhere
- Category="Items"
- Meta=(ClampMin=0, ClampMax=360)
|