Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintDrives.h |
Include | #include "PhysicsEngine/ConstraintDrives.h" |
Syntax
namespace EAngularDriveMode
{
enum Type
&123;
SLERP,
TwistAndSwing,
&125;
}
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). |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.