Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConstraintInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetLinearDriveParams
(
float& OutPositionStrength, |
Get the linear drive's strength parameters. | PhysicsEngine/ConstraintInstance.h | |
void GetLinearDriveParams
(
FVector& OutPositionStrength, |
Get the linear drive's strength parameters.Get the linear drive's strength parameters | PhysicsEngine/ConstraintInstance.h |
GetLinearDriveParams(float &, float &, float &)
Description
Get the linear drive's strength parameters. Assumes all axes are the same so only returns the X values
Get the linear drive's strength parameters
| Name | GetLinearDriveParams |
| 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 GetLinearDriveParams
(
float & OutPositionStrength,
float & OutVelocityStrength,
float & OutForceLimit
)
GetLinearDriveParams(FVector &, FVector &, FVector &)
Description
Get the linear drive's strength parameters.
Get the linear drive's strength parameters
| Name | GetLinearDriveParams |
| 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 GetLinearDriveParams
(
FVector & OutPositionStrength,
FVector & OutVelocityStrength,
FVector & OutForceLimit
)