Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| AConstraintsActor | |||
| FComponentEvaluationGraphBinding | UTransformableComponentHandle | ||
| FConstraintAndActiveChannel | #if WITH_EDITOR namespace MovieSceneClipboard { template<> inline FName GetKeyTypeName |
||
| FConstraintDependencyScope | FConstraintDependencyScope provides a way to build constraint dependencies when the constraint is not valid when added to the subsystem but after (when resolving sequencer or control rig bindings). | ||
| FConstraintNode | A structure that uniquely identifies a constraint within the evaluation graph | ||
| FConstraintsEvaluationGraph | A graph like structure to efficiently represent constraints' evaluation hierarchy using their tick dependencies. | ||
| FConstraintsManagerController | |||
| FConstraintTickFunction | FConstraintTickFunction Represents the interface of constraint as a tick function. | ||
| FHandleDependencyChecker | FHandleDependencyChecker provides a way to check (direct + constraints + tick) dependencies between two UTransformableHandle HasDependency will return true if InHandle depends on InParentToCheck. | ||
| FMovieSceneConstraintChannel | |||
| FTransformableRegistry | TransformableRegistry Can be used to register customization transformable handle factory for specific objects. | ||
| FTransformConstraintUtils | TransformConstraintUtils | ||
| UConstraintsManager | UConstraintsManager This object gathers the different static/nonanimated constraints of the level and is held by the ConstraintsActor (unique in the level) Note in 5.4 all of the constraints are owned by the subsystem, so need to get that to get at animated constraints | ||
| UConstraintsScriptingLibrary | This is a set of helper functions to access various parts of the Sequencer and Control Rig API via Python and Blueprints. | ||
| UTickableConstraint | UTickableConstraint Represents the basic interface of constraint within the constraints manager. | ||
| UTickableLookAtConstraint | UTickableLookAtConstraint | ||
| UTickableParentConstraint | UTickableParentConstraint | ||
| UTickableRotationConstraint | UTickableRotationConstraint | ||
| UTickableScaleConstraint | UTickableScaleConstraint | ||
| UTickableTransformConstraint | UTickableTransformConstraint | ||
| UTickableTranslationConstraint | UTickableTranslationConstraint | ||
| UTransformableComponentHandle | |||
| UTransformableHandle | UTransformableHandle |
Typedefs
| Name | Description |
|---|---|
| ConstraintPtr | |
| FConstraintsManagerNotifyDelegate |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EConstraintsManagerNotifyType | FConstraintsManagerController Basic controller to add / remove / get constraints | ||
| EHandleEvent |