Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > FConstraintInstance
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
Include | #include "PhysicsEngine/ConstraintInstance.h" |
void SetLinearBreakable
&40;
bool bInLinearBreakable,
float InLinearBreakThreshold
&41;
Remarks
Sets the Linear Breakable properties
Parameters
Name | Description |
---|---|
bInLinearBreakable | Whether it is possible to break the joint with linear force |
InLinearBreakThreshold | Force needed to break the joint |