| Length |
float |
This is the length of the core part of the capsule. The total length will be Length + 2 * Radius. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
- Meta=(ClampMin="0.0", Units="Centimeters")
|
| Name |
FName |
Shape name is optional/only used for identification. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
|
| Radius |
float |
Capsule radius. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
- Meta=(ClampMin="0.0", Units="Centimeters")
|
| TM |
FTransform |
Position and orientation (scale is ignored) Main axis will be along +Z. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
- Meta=(MakeEditWidget=true)
|