Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine
Inheritance Hierarchy
- FConstraintBaseParams
- FTwistConstraint
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintTypes.h |
Include | #include "PhysicsEngine/ConstraintTypes.h" |
Syntax
struct FTwistConstraint : public FConstraintBaseParams
Remarks
Angular roll constraint
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | TwistLimitDegrees | Symmetric angle of roll along the X-axis. |
![]() |
TEnumAsByte< enum EAngularConstraintMotion > | TwistMotion | Indicates whether the Twist limit is used. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | UpdateTwistLimit_AssumesLocked
(
const FPhysicsConstraintHandle& InConstraintRef, |
Updates twist limit from unreal data. |