Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneTrack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMovieSceneTrackRowMetadata * FindTrackRowMetadata
(
int32 RowIndex |
Returns a pointer to optional track row metadata at the given RowIndex, or nullptr if none exists. | MovieSceneTrack.h | |
FMovieSceneTrackRowMetadata * FindTrackRowMetadata
(
int32 RowIndex |
Returns a pointer to optional track row metadata at the given RowIndex, or nullptr if none exists; | MovieSceneTrack.h |
FindTrackRowMetadata(int32)
Description
Returns a pointer to optional track row metadata at the given RowIndex, or nullptr if none exists.
| Name | FindTrackRowMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h |
| Include Path | #include "MovieSceneTrack.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneTrack.cpp |
const FMovieSceneTrackRowMetadata * FindTrackRowMetadata
(
int32 RowIndex
) const
FindTrackRowMetadata(int32)
Description
Returns a pointer to optional track row metadata at the given RowIndex, or nullptr if none exists;
| Name | FindTrackRowMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h |
| Include Path | #include "MovieSceneTrack.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneTrack.cpp |
FMovieSceneTrackRowMetadata * FindTrackRowMetadata
(
int32 RowIndex
)