Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Constraints
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Constraints/TransformConstraintChannelInterface.h |
| Include | #include "Constraints/TransformConstraintChannelInterface.h" |
Syntax
class FConstraintChannelInterfaceRegistry
Remarks
Handle animatable interface registry
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ITransformConstraintChannelInterface * | FindConstraintChannelInterface
(
const UClass* InClass |
Find the registered interface from the given class. | |
| FConstraintChannelInterfaceRegistry & | Get () |
Get the singleton registry object | |
| void | RegisterConstraintChannelInterface
(
TUniquePtr< ITransformConstraintChannelInterface >&& InInterface |
Register an interface for the HandleType static class |