ESettingsLockedAxis::Type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h

Include

#include "PhysicsEngine/PhysicsSettings.h"

Syntax

namespace ESettingsLockedAxis
{
    enum Type
    {
        None,
        X,
        Y,
        Z,
        Invalid,
    }
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss