Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/UConstraintInstanceBlueprintLibr-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstanceBlueprintLibrary.h |
| Include | #include "PhysicsEngine/ConstraintInstanceBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstanceBlueprintLibrary.cpp |
static void SetLinearBreakable
&40;
FConstraintInstanceAccessor & Accessor,
bool bLinearBreakable,
float LinearBreakThreshold
&41;
Remarks
Sets the Linear Breakable properties
Parameters
| Name | Description |
|---|---|
| Accessor | Constraint accessor to change |
| bLinearBreakable | Whether it is possible to break the joint with linear force |
| LinearBreakThreshold | Force needed to break the joint |