Navigation
API > API/Plugins > API/Plugins/CinematicPrestreaming
Movie Scene Section representing a Prestreaming asset.
| Name | UMovieSceneCinePrestreamingSection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreaming/Public/Sections/MovieSceneCinePrestreamingSection.h |
| Include Path | #include "Sections/MovieSceneCinePrestreamingSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneCinePrestreamingSection :
public UMovieSceneSection ,
public IMovieSceneEntityProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneCinePrestreamingSection
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneCinePrestreamingSection
(
const FObjectInitializer& ObjInit |
Sections/MovieSceneCinePrestreamingSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSoftObjectPtr< UCinePrestreamingData > GetPrestreamingAsset() |
Get the prestreaming asset soft pointer. Use for async loading. | Sections/MovieSceneCinePrestreamingSection.h |
|
int32 GetQualityLevel() |
If MovieScene.PreStream.QualityLevel is less than this then discard this section at runtime. | Sections/MovieSceneCinePrestreamingSection.h |
|
void SetPrestreamingAsset
(
const UCinePrestreamingData* InData |
Sections/MovieSceneCinePrestreamingSection.h |
|
|
void SetQualityLevel
(
const int32 InLevel |
Sections/MovieSceneCinePrestreamingSection.h |
|
|
void SetStartFrameOffset
(
const int32 InOffset |
Sections/MovieSceneCinePrestreamingSection.h |
|
Overridden from UMovieSceneSection
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< FFrameTime > GetOffsetTime() |
UMovieSceneSection interface | Sections/MovieSceneCinePrestreamingSection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
IMovieSceneEntityProvider interface | Sections/MovieSceneCinePrestreamingSection.h |