Navigation
API > API/Plugins > API/Plugins/CinematicPrestreaming > API/Plugins/CinematicPrestreaming/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneCinePrestreamingSection
References
Module | CinematicPrestreaming |
Header | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreaming/Public/Sections/MovieSceneCinePrestreamingSection.h |
Include | #include "Sections/MovieSceneCinePrestreamingSection.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneCinePrestreamingSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
Movie Scene Section representing a Prestreaming asset.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TSoftObjectPtr< UCinePrestreamingData > | PrestreamingAsset | The asset containing cinematic prestreaming data to use for this section. |
![]() ![]() ![]() ![]() |
int32 | QualityLevel | If If MovieScene.PreStream.QualityLevel is less than this then discard this section at runtime. |
![]() ![]() ![]() ![]() |
int32 | StartFrameOffset | Number of frames by which to offset the evaluation. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneCinePrestreamingSection
(
const FObjectInitializer& ObjInit |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TSoftObjectPtr< UCinePrestreamingData > | Get the prestreaming asset soft pointer. Use for async loading. | |
![]() ![]() ![]() ![]() |
int32 | If MovieScene.PreStream.QualityLevel is less than this then discard this section at runtime. | |
![]() ![]() ![]() |
void | SetPrestreamingAsset
(
const UCinePrestreamingData* InData |
|
![]() ![]() ![]() |
void | SetQualityLevel
(
const int32 InLevel |
|
![]() ![]() ![]() |
void | SetStartFrameOffset
(
const int32 InOffset |
Overridden from UMovieSceneSection
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TOptional< FFrameTime > | UMovieSceneSection interface |
Overridden from IMovieSceneEntityProvider
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
IMovieSceneEntityProvider interface |