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 |
UFUNCTION (BlueprintCallable, Category="Physics|Constraints")
static void GetLinearBreakable
(
UPARAM FConstraintInstanceAccessor & Accessor,
bool & bLinearBreakable,
float & LinearBreakThreshold
)
Remarks
Gets Constraint Linear Breakable properties
Parameters
| Name | Description |
|---|---|
| Accessor | Constraint accessor to query |
| bLinearBreakable | Whether it is possible to break the joint with linear force |
| LinearBreakThreshold | Force needed to break the joint |