EAngularDriveMode::Type

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/ConstraintDrives.h"

Syntax

namespace EAngularDriveMode
{
    enum Type
    {
        SLERP,
        TwistAndSwing,
    }
}

Values

Name

Description

SLERP

Spherical lerp between the current orientation/velocity and the target orientation/velocity.

TwistAndSwing

Path is decomposed into twist (roll constraint) and swing (cone constraint).

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