Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieScene
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TrackClass * AddTrack () |
Adds a track.Note: The type should not already exist. | MovieScene.h | |
| Adds a track.Note: The type should not already exist. | MovieScene.h | ||
UMovieSceneTrack * AddTrack
(
TSubclassOf< UMovieSceneTrack > TrackClass |
Adds a track.Note: The type should not already exist. | MovieScene.h | |
UMovieSceneTrack * AddTrack
(
TSubclassOf< UMovieSceneTrack > TrackClass, |
Adds a track.Note: The type should not already exist. | MovieScene.h |
AddTrack()
Description
Adds a track.
Note: The type should not already exist.
| Name | AddTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
| Include Path | #include "MovieScene.h" |
template<typename TrackClass>
TrackClass * AddTrack()
Parameters
| Name | Remarks |
|---|---|
| TrackClass | The class of the track to create |
| Type | The newly created type |
See Also
-
FindTrack
-
GetTracks
-
IsTrack
-
RemoveTrack
AddTrack(const FGuid &)
Description
Adds a track.
Note: The type should not already exist.
| Name | AddTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
| Include Path | #include "MovieScene.h" |
template<typename TrackClass>
TrackClass * AddTrack
(
const FGuid & ObjectGuid
)
Parameters
| Name | Remarks |
|---|---|
| TrackClass | The class of the track to create. |
| ObjectGuid | The runtime object guid that the type should bind to. |
| Type | The newly created type. |
See Also
-
FindTrack
-
RemoveTrack
AddTrack(TSubclassOf< UMovieSceneTrack >)
Description
Adds a track.
Note: The type should not already exist.
| Name | AddTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
| Include Path | #include "MovieScene.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
UMovieSceneTrack * AddTrack
(
TSubclassOf < UMovieSceneTrack > TrackClass
)
Parameters
| Name | Remarks |
|---|---|
| TrackClass | The class of the track to create |
| Type | The newly created type |
See Also
-
FindTrack
-
GetTracks
-
IsTrack
-
RemoveTrack
AddTrack(TSubclassOf< UMovieSceneTrack >, const FGuid &)
Description
Adds a track.
Note: The type should not already exist.
| Name | AddTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
| Include Path | #include "MovieScene.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
UMovieSceneTrack * AddTrack
(
TSubclassOf < UMovieSceneTrack > TrackClass,
const FGuid & ObjectGuid
)
Parameters
| Name | Remarks |
|---|---|
| TrackClass | The class of the track to create. |
| ObjectGuid | The runtime object guid that the type should bind to. |
| Type | The newly created type. |
See Also
-
FindTrack
-
RemoveTrack