Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include | #include "PhysicsControlComponent.h" |
Syntax
enum EPhysicsControlType
&123;
WorldSpace,
ParentSpace,
&125;
Values
| Name | Description |
|---|---|
| WorldSpace | Control is done in world space, so each object/part is driven independently |
| ParentSpace | Control is done in the space of the parent of each object |
Remarks
Specifies the type of control that is created when making controls from a skeleton or a set of limbs. Note that if controls are made individually then other options are available - i.e. in a character, any body part can be controlled relative to any other part, or indeed any other object.