Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAngularDriveConstraint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetDriveParams
(
float& OutStiffness, |
Gets just the swing drive parameters - assuming the single-float set function has previously been used. | PhysicsEngine/ConstraintDrives.h | |
void GetDriveParams
(
FVector& OutStiffness, |
Gets drive parameters in the order swing, twist, slerp. | PhysicsEngine/ConstraintDrives.h |
GetDriveParams(float &, float &, float &)
Description
Gets just the swing drive parameters - assuming the single-float set function has previously been used.
| Name | GetDriveParams |
| 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 GetDriveParams
(
float & OutStiffness,
float & OutDamping,
float & OutForceLimit
) const
GetDriveParams(FVector &, FVector &, FVector &)
Description
Gets drive parameters in the order swing, twist, slerp.
| Name | GetDriveParams |
| 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 GetDriveParams
(
FVector & OutStiffness,
FVector & OutDamping,
FVector & OutForceLimit
) const