ESettingsDOF::Type

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/PhysicsSettings.h"

Syntax

namespace ESettingsDOF
{
    enum Type
    {
        Full3D,
        YZPlane,
        XZPlane,
        XYPlane,
    }
}

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.

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