| AirExtensionAtMaxSpeed |
float |
Default is 0.2. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0.1", UIMax=".9", ClampMin="0.1", ClampMax=".9")
|
| bEnableFootCollision |
bool |
Default is true. When true, feet are treated as non-overlapping circles and will not overlap each other or cross over. |
RigUnit_Locomotor.h |
|
| bEnableGroundCollision |
bool |
Default is true. When true, foot height is adjusted using sphere-casting against the world. |
RigUnit_Locomotor.h |
|
| FootCollisionGlobalScale |
float |
Default is 1.0. Range is 0-inf. Global scale multiplier for all foot collision radii. |
RigUnit_Locomotor.h |
|
| MaxCollisionHeight |
float |
Default is 30. Range is 0-inf. The maximum height in cm to place foot on-top of collision geo (may move foot up or down by this amount). |
RigUnit_Locomotor.h |
|
| OrientFootToGroundPitch |
float |
Default is 0.8. Range is 0-1. When Ground Collision is enabled, this will orient the pitch of the foot to match the slope of the ground. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0", UIMax="1", ClampMin="0", ClampMax="1")
|
| OrientFootToGroundRoll |
float |
Default is 0.8. Range is 0-1. When Ground Collision is enabled, this will orient the roll of the foot to match the slope of the ground. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0", UIMax="1", ClampMin="0", ClampMax="1")
|
| PercentOfStrideInAir |
float |
Default is 0.35. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0.1", UIMax=".9", ClampMin="0.1", ClampMax=".9")
|
| StepEaseIn |
float |
Default is 0.5. Range is 0-1. How quickly the foot accelerates when lifting off the ground. At 0, it instantly moves, at 1 it eases in. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0", UIMax="1", ClampMin="0", ClampMax="1")
|
| StepEaseOut |
float |
Default is 0.2. Range is 0-1. How quickly the foot decelerates when planting. At 0, it instantly stops on contact, at 1 it eases into contact. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0", UIMax="1", ClampMin="0", ClampMax="1")
|
| StepHeight |
float |
Default is 6. Range is 0-inf. The height to raise foot (in cm) at the peak of the largest stride. |
RigUnit_Locomotor.h |
- Meta=(Input, UIMin="0.1", UIMax="50")
|
| TraceChannel |
TEnumAsByte< ETraceTypeQuery > |
The 'channel' used to trace spheres into the physics world for collision detection. Determines which components to hit. |
RigUnit_Locomotor.h |
|