Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h |
Include | #include "PhysicsEngine/PhysicsSettings.h" |
Syntax
namespace ESettingsDOF
{
enum Type
&123;
Full3D,
YZPlane,
XZPlane,
XYPlane,
&125;
}
Values
Name | Description |
---|---|
Full3D | Allows for full 3D movement and rotation. |
YZPlane | Allows 2D movement along the Y-Z plane. |
XZPlane | Allows 2D movement along the X-Z plane. |
XYPlane | Allows 2D movement along the X-Y plane. |