FConeConstraint

Cone constraint

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

Swing1LimitDegrees

Angle of movement along the XY plane. This defines the first symmetric angle of the cone.

Public variable

TEnumAsByte< en...

 

Swing1Motion

Indicates whether the Swing1 limit is used.

Public variable

float

 

Swing2LimitDegrees

Angle of movement along the XZ plane. This defines the second symmetric angle of the cone.

Public variable

TEnumAsByte< en...

 

Swing2Motion

Indicates whether the Swing2 limit is used.

Constructors

Name Description

Public function

FConeConstraint()

Functions

Name Description

Public function Const

void

 

UpdateConeLimit_AssumesLocked

(
    const FPhysicsConstraintHandle& In...,
    float AverageMass
)

Updates cone limit from unreal data.

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