Navigation
API > API/Plugins > API/Plugins/CinematicPrestreamingEditor
| Name | UCinePrestreamingEditorSubsystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreamingEditor/Public/CinePrestreamingEditorSubsystem.h |
| Include Path | #include "CinePrestreamingEditorSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UCinePrestreamingEditorSubsystem : public UEditorSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UDynamicSubsystem → UEditorSubsystem → UCinePrestreamingEditorSubsystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCinePrestreamingEditorSubsystem() |
CinePrestreamingEditorSubsystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnAssetGenerated | FOnCinePrestreamingGenerateAsset | CinePrestreamingEditorSubsystem.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveAssetArgs | TOptional< FCinePrestreamingGenerateAssetArgs > | CinePrestreamingEditorSubsystem.h | ||
| ActiveExecutor | TObjectPtr< UMoviePipelineExecutorBase > | CinePrestreamingEditorSubsystem.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreatePackagesFromGeneratedData
(
TArray< FMoviePipelineCinePrestreamingGeneratedData >& InOutData |
CinePrestreamingEditorSubsystem.h |
|
|
void GeneratePrestreamingAsset
(
const FCinePrestreamingGenerateAssetArgs& InArgs |
CinePrestreamingEditorSubsystem.h |
|
|
bool IsRendering() |
CinePrestreamingEditorSubsystem.h |
|