Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConstraintInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetLinearDriveParams
(
float InPositionStrength, |
Set the linear drive's strength parametersFunction for setting linear motor parameters. | PhysicsEngine/ConstraintInstance.h | |
void SetLinearDriveParams
(
const FVector& InPositionStrength, |
Set the linear drive's strength parameters per-axis | PhysicsEngine/ConstraintInstance.h |
SetLinearDriveParams(float, float, float)
Description
Set the linear drive's strength parameters
Function for setting linear motor parameters.
| Name | SetLinearDriveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
| Include Path | #include "PhysicsEngine/ConstraintInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp |
void SetLinearDriveParams
(
float InPositionStrength,
float InVelocityStrength,
float InForceLimit
)
SetLinearDriveParams(const FVector &, const FVector &, const FVector &)
Description
Set the linear drive's strength parameters per-axis
Function for setting linear motor parameters.
| Name | SetLinearDriveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
| Include Path | #include "PhysicsEngine/ConstraintInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp |
void SetLinearDriveParams
(
const FVector & InPositionStrength,
const FVector & InVelocityStrength,
const FVector & InForceLimit
)