Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieSceneStringTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneStringTrack.h |
| Include | #include "Tracks/MovieSceneStringTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneStringTrack : public UMovieScenePropertyTrack
Remarks
Implements a movie scene track that holds a series of strings.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Overridden from UMovieScenePropertyTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
||
| const TArray< UMovieSceneSection * > & | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| bool | IsEmpty () |
||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |