Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneBinding.h |
| Include | #include "MovieSceneBinding.h" |
Syntax
struct FMovieSceneBinding
Remarks
A set of tracks bound to runtime objects
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FMovieSceneBinding
(
const FGuid& InObjectGuid, |
Creates and initializes a new instance. | ||
FMovieSceneBinding
(
const FGuid& InObjectGuid, |
Creates and initializes a new instance. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTrack
(
UMovieSceneTrack& NewTrack, |
Adds a new track to this binding | |
| const FString & | GetName () |
||
| const FGuid & | |||
| int32 | Get this folder's desired sorting order | ||
| const TArray< UMovieSceneTrack * > & | GetTracks () |
||
| void | Removes all null tracks from this binding | ||
| bool | RemoveTrack
(
UMovieSceneTrack& Track, |
Removes a track from this binding | |
| void | Set display name of the binding | ||
| void | SetObjectGuid
(
const FGuid& InObjectGuid |
Set the object guid | |
| void | SetSortingOrder
(
const int32 InSortingOrder |
Set this folder's desired sorting order. | |
| void | SetTracks
(
TArray< UMovieSceneTrack* >&& InTracks, |
Assign all tracks in this binding | |
| TArray< UMovieSceneTrack * > | StealTracks
(
UMovieScene* Owner |
Reset all tracks in this binding, returning the previous array of tracks |