Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAngularDriveConstraint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDriveParams
(
float InStiffness, |
Sets the three drive parameters (swing, twist and slerp) to the same value. | PhysicsEngine/ConstraintDrives.h | |
void SetDriveParams
(
const FVector& InStiffness, |
Sets drive parameters in the order swing, twist, slerp. | PhysicsEngine/ConstraintDrives.h |
SetDriveParams(float, float, float)
Description
Sets the three drive parameters (swing, twist and slerp) to the same value.
| Name | SetDriveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintDrives.h |
| Include Path | #include "PhysicsEngine/ConstraintDrives.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintDrives.cpp |
void SetDriveParams
(
float InStiffness,
float InDamping,
float InForceLimit
)
SetDriveParams(const FVector &, const FVector &, const FVector &)
Description
Sets drive parameters in the order swing, twist, slerp.
| Name | SetDriveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintDrives.h |
| Include Path | #include "PhysicsEngine/ConstraintDrives.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintDrives.cpp |
void SetDriveParams
(
const FVector & InStiffness,
const FVector & InDamping,
const FVector & InForceLimit
)