Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/FConstraintInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
| Include | #include "PhysicsEngine/ConstraintInstance.h" |
void SetAngularBreakable
(
bool bInAngularBreakable,
float InAngularBreakThreshold
)
Remarks
Sets the Angular Breakable properties
Parameters
| Name | Description |
|---|---|
| bInAngularBreakable | Whether it is possible to break the joint with angular force |
| InAngularBreakThreshold | Torque needed to break the joint |