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 ESettingsLockedAxis
{
enum Type
&123;
None,
X,
Y,
Z,
Invalid,
&125;
}
Values
Name | Description |
---|---|
None | No axis is locked. |
X | Lock movement along the x-axis. |
Y | Lock movement along the y-axis. |
Z | Lock movement along the z-axis. |
Invalid | Used for backwards compatibility. Indicates that we've updated into the new struct. |