Navigation
Unreal Engine C++ API Reference > 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 |