#include "UObject/Object.h"
#include "Engine/EngineBaseTypes.h"
#include "MovieSceneSequenceID.h"
#include "Misc/Guid.h"
#include "Engine/Level.h"
#include "ConstraintsManager.generated.h"
Go to the source code of this file.
◆ EConstraintsManagerNotifyType
FConstraintsManagerController Basic controller to add / remove / get constraints
| Enumerator |
|---|
| 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.
|
◆ DECLARE_MULTICAST_DELEGATE_TwoParams()