Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieScene
Description
Find all tracks of a given class.
| Name | FindTracks |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
| Include Path | #include "MovieScene.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
TArray < UMovieSceneTrack * > FindTracks
(
TSubclassOf < UMovieSceneTrack > TrackClass,
const FGuid & ObjectGuid,
const FName & TrackName
) const
The found tracks or an empty array if none exist
Parameters
| Name | Remarks |
|---|---|
| TrackClass | The class of the track to find. |
| ObjectGuid | The runtime object guid that the track is bound to. |
| TrackName | The name of the track to differentiate the one we are searching for from other tracks of the same class (optional). |
See Also
-
AddTrack
-
RemoveTrack
-
FindTrack