Navigation
API > API/Plugins > API/Plugins/CinematicPrestreaming > API/Plugins/CinematicPrestreaming/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieSceneCinePrestreamingTrack
References
| Module | CinematicPrestreaming |
| Header | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreaming/Public/Tracks/MovieSceneCinePrestreamingTrack.h |
| Include | #include "Tracks/MovieSceneCinePrestreamingTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneCinePrestreamingTrack : public UMovieSceneNameableTrack
Remarks
A track that controls playback of streaming triggers for some rendering systems. This is to ensure that data is available before use where by default for systems like virtual texture and nanite streaming is driven by what is already visible on screen.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneCinePrestreamingTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
||
| UMovieSceneSection * | |||
| const TArray< UMovieSceneSection * > & | |||
| FText | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| bool | IsEmpty () |
UMovieSceneTrack interface | |
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |
||
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |