Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ESettingsLockedAxis::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h |
| Include Path |
#include "PhysicsEngine/PhysicsSettings.h" |
Syntax
namespace ESettingsLockedAxis
{
enum Type
{
None,
X,
Y,
Z,
Invalid,
}
}
Values
| Name |
Remarks |
| 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. |