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