Navigation
API > API/Plugins > API/Plugins/CinematicPrestreamingEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineOutputBase
- UCinePrestreamingRecorderSetting
References
| Module | CinematicPrestreamingEditor |
| Header | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreamingEditor/Public/CinePrestreamingRecorderSetting.h |
| Include | #include "CinePrestreamingRecorderSetting.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UCinePrestreamingRecorderSetting : public UMoviePipelineOutputBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisableAdvanceRenderFeatures | By default we disable any render features that aren't needed to generate the prestreaming data. | |
| bool | bModifyTargetSequence | Automatically add the generated tracks to the target sequence | |
| bool | bNanite | Enable capture of nanite requests. | |
| bool | bVirtualTextures | Enable capture of virtual texture page requests. | |
| int32 | EndFrame | Last frame to capture in each recorded asset. Frames after this are dropped. (Set to 0 to ignore). | |
| FOnCinePrestreamingGenerateData | OnGenerateData | ||
| FDirectoryPath | PackageDirectory | Specifies which directory the generated assets be placed in. | |
| int32 | StartFrame | First frame to output in each recorded asset. Frames before this are dropped. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| FText | Warning: This gets called on the CDO of the object | ||
| FText | GetFooterText
(
UMoviePipelineExecutorJob* InJob |
Return a string to show in the footer of the details panel. | |
| bool | Can this configuration setting be added to the primary configuration? If not, it will throw an error when trying to add it to the primary configuration. | ||
| bool | Can this configuration setting be added to shots? If not, it will throw an error when trying to add it to a shot config. | ||
| void | SetupForPipelineImpl
(
UMoviePipeline* InPipeline |
||
| void | TeardownForPipelineImpl
(
UMoviePipeline* InPipeline |