Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UConstraintsManager
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsManager.h |
| Include | #include "ConstraintsManager.h" |
DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_ThreeParams
(
FOnConstraintRemoved,
UConstraintsManager ,
OnConstraintRemoved_BP ,
UConstraintsManager *,
Mananger,
UTickableConstraint *,
Constraint,
bool,
bDoNotCompensate
)