Navigation
API > API/Plugins > API/Plugins/PhysicsControl
Specifies a space for queries, forces etc.
| Name | EPhysicsControlSpace |
| Type | enum |
| Header File | /Engine/Plugins/Animation/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlData.h |
| Include Path | #include "PhysicsControlData.h" |
Syntax
enum EPhysicsControlSpace
{
World,
Component,
Body,
}
Values
| Name | Remarks |
|---|---|
| World | World space. |
| Component | If a skeleton/bone is being used, the target is in the space of that component. |
| Body | In the space of the body under consideration. |