FConstraintBaseParams

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/ConstraintTypes.h"

Syntax

struct FConstraintBaseParams

Variables

Name Description

Public variable

uint8: 1

 

bSoftConstraint

Whether we want to use a soft constraint (spring).

Public variable

float

 

ContactDistance

Determines how close to the limit we have to get before turning the joint on.

Public variable

float

 

Damping

Damping of the soft constraint. Only used when Soft Constraint is on.

Public variable

float

 

Restitution

Controls the amount of bounce when the constraint is violated.

Public variable

float

 

Stiffness

Stiffness of the soft constraint. Only used when Soft Constraint is on.

Constructors

Name Description

Public function

FConstraintBaseParams()

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