Navigation
API > API/Plugins > API/Plugins/ContextualAnimationEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSequence
- UContextualAnimMovieSceneSequence
References
| Module | ContextualAnimationEditor |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimationEditor/Public/ContextualAnimMovieSceneSequence.h |
| Include | #include "ContextualAnimMovieSceneSequence.h" |
Syntax
UCLASS&40;&41;
class UContextualAnimMovieSceneSequence : public UMovieSceneSequence
Constructors
| Type | Name | Description | |
|---|---|---|---|
UContextualAnimMovieSceneSequence
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FContextualAnimViewModel & | GetViewModel () |
||
| void | Initialize
(
const TSharedRef< FContextualAnimViewModel >& ViewModelRef |
Overridden from UMovieSceneSequence
| Type | Name | Description | |
|---|---|---|---|
| void | BindPossessableObject
(
const FGuid& ObjectId, |
Called when Sequencer has created an object binding for a possessable object | |
| bool | CanPossessObject
(
UObject& Object, |
Check whether the given object can be possessed by this animation. | |
| UMovieScene * | Get the movie scene that controls this animation. | ||
| UObject * | GetParentObject
(
UObject* Object |
Get the logical parent object for the supplied object (not necessarily its outer). | |
| ETrackSupport | IsTrackSupported
(
TSubclassOf< class UMovieSceneTrack > InTrackClass |
Sequences can determine whether they support a particular track type | |
| void | LocateBoundObjects
(
const FGuid& ObjectId, |
Locate all the objects that correspond to the specified object ID, using the specified context | |
| void | UnbindInvalidObjects
(
const FGuid& ObjectId, |
Unbinds specific objects from the provided GUID that do not resolve | |
| void | UnbindObjects
(
const FGuid& ObjectId, |
Unbinds specific objects from the provided GUID | |
| void | UnbindPossessableObjects
(
const FGuid& ObjectId |
Unbinds all possessable objects from the provided GUID. |