Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDJointConstraints
Description
Set the break callback. This will be called once after the constraint solver phase on the \ tick when the constraint is broken. There is only one callback allowed - it is usually a method on the owner (e.g., the Evolution object) which will probably dispatch its own event.
| Name | SetBreakCallback |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDJointConstraints.h |
| Include Path | #include "Chaos/PBDJointConstraints.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDJointConstraints.cpp |
void SetBreakCallback
(
const FJointBreakCallback & Callback
)