Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Specifies what space the simulation should run in
| Name | ERigPhysicsSimulationSpace |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsData.h |
| Include Path | #include "RigPhysicsData.h" |
Syntax
enum ERigPhysicsSimulationSpace
{
World,
Component,
SpaceBone,
}
Values
| Name | Remarks |
|---|---|
| World | Simulate in world space. Moving the skeletal mesh will generate velocity changes |
| Component | Simulate in component space. |
| SpaceBone | Simulate in the space of the specified bone. |