Navigation
API > API/Runtime > API/Runtime/Constraints
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsManager.h |
| Include | #include "ConstraintsManager.h" |
Syntax
enum EConstraintsManagerNotifyType
{
ConstraintAdded,
ConstraintRemoved,
ConstraintRemovedWithCompensation,
ManagerUpdated,
}
Values
| Name | Description |
|---|---|
| ConstraintAdded | |
| ConstraintRemoved | A new constraint has been added. |
| ConstraintRemovedWithCompensation | A constraint has been removed. |
| ManagerUpdated | A constraint has been removed and needs compensation. |
Remarks
FConstraintsManagerController Basic controller to add / remove / get constraints