Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlComponent
Description
Updates the constraint strengths. Returns true if there is some strength, false otherwise (e.g. to skip setting targets)
| Name | ApplyControlStrengths |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include Path | #include "PhysicsControlComponent.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/PhysicsControlComponentImpl.cpp |
bool ApplyControlStrengths
(
FPhysicsControlRecord & Record,
FConstraintInstance * ConstraintInstance
)