Navigation
API > API/Plugins > API/Plugins/CinematicPrestreamingEditor
| Name | UCinePrestreamingRecorderSetting |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreamingEditor/Public/CinePrestreamingRecorderSetting.h |
| Include Path | #include "CinePrestreamingRecorderSetting.h" |
Syntax
UCLASS (BlueprintType)
class UCinePrestreamingRecorderSetting : public UMoviePipelineOutputBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMoviePipelineSetting → UMoviePipelineOutputBase → UCinePrestreamingRecorderSetting
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCinePrestreamingRecorderSetting() |
CinePrestreamingRecorderSetting.h |
Structs
| Name | Remarks |
|---|---|
| FCollectedData | |
| FFrameData |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisableAdvanceRenderFeatures | bool | By default we disable any render features that aren't needed to generate the prestreaming data. | CinePrestreamingRecorderSetting.h |
|
| bModifyTargetSequence | bool | Automatically add the generated tracks to the target sequence | CinePrestreamingRecorderSetting.h |
|
| bNanite | bool | Enable capture of nanite requests. | CinePrestreamingRecorderSetting.h |
|
| bVirtualTextures | bool | Enable capture of virtual texture page requests. | CinePrestreamingRecorderSetting.h |
|
| EndFrame | int32 | Last frame to capture in each recorded asset. Frames after this are dropped. (Set to 0 to ignore). | CinePrestreamingRecorderSetting.h |
|
| OnGenerateData | FOnCinePrestreamingGenerateData | CinePrestreamingRecorderSetting.h |
|
|
| PackageDirectory | FDirectoryPath | Specifies which directory the generated assets be placed in. | CinePrestreamingRecorderSetting.h |
|
| StartFrame | int32 | First frame to output in each recorded asset. Frames before this are dropped. | CinePrestreamingRecorderSetting.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeginFrameDelegate | FDelegateHandle | CinePrestreamingRecorderSetting.h | ||
| EndFrameDelegate | FDelegateHandle | CinePrestreamingRecorderSetting.h | ||
| PrevActiveShotIndex | int32 | CinePrestreamingRecorderSetting.h | ||
| SegmentData | TArray< FCollectedData > | CinePrestreamingRecorderSetting.h | ||
| ShowFlagsToDisable | TArray< FString > | CinePrestreamingRecorderSetting.h |
Functions
Public
Protected
Overridden from UMoviePipelineSetting
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayText() |
CinePrestreamingRecorderSetting.h | ||
virtual FText GetFooterText
(
UMoviePipelineExecutorJob* InJob |
CinePrestreamingRecorderSetting.h | ||
virtual bool IsValidOnPrimary() |
CinePrestreamingRecorderSetting.h | ||
virtual bool IsValidOnShots() |
CinePrestreamingRecorderSetting.h | ||
virtual void SetupForPipelineImpl
(
UMoviePipeline* InPipeline |
CinePrestreamingRecorderSetting.h | ||
virtual void TeardownForPipelineImpl
(
UMoviePipeline* InPipeline |
CinePrestreamingRecorderSetting.h |