Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/UPhysicsConstraintComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h |
| Include | #include "PhysicsEngine/PhysicsConstraintComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp |
void SetAngularBreakable
&40;
bool bAngularBreakable,
float AngularBreakThreshold
&41;
Remarks
Sets the Angular Breakable properties
Parameters
| Name | Description |
|---|---|
| bAngularBreakable | Whether it is possible to break the joint with angular force |
| AngularBreakThreshold | Torque needed to break the joint |