Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
Inheritance Hierarchy
- FConstraintBaseParams
- FConeConstraint
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintTypes.h |
| Include | #include "PhysicsEngine/ConstraintTypes.h" |
Syntax
struct FConeConstraint : public FConstraintBaseParams
Remarks
Cone constraint
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Swing1LimitDegrees | Angle of movement along the XY plane. This defines the first symmetric angle of the cone. | |
| TEnumAsByte< enum EAngularConstraintMotion > | Swing1Motion | Indicates whether the Swing1 limit is used. | |
| float | Swing2LimitDegrees | Angle of movement along the XZ plane. This defines the second symmetric angle of the cone. | |
| TEnumAsByte< enum EAngularConstraintMotion > | Swing2Motion | Indicates whether the Swing2 limit is used. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateConeLimit_AssumesLocked
(
const FPhysicsConstraintHandle& InConstraintRef, |
Updates cone limit from unreal data. |