Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineHighResSetting
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineHighResSetting.h |
| Include | #include "MoviePipelineHighResSetting.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UMoviePipelineHighResSetting : public UMoviePipelineSetting
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllocateHistoryPerTile | If true, allocate a unique history for each tile. | |
| bool | bOverrideSubSurfaceScattering | Sub Surface Scattering relies on history which is not available when using tiling. | |
| int32 | BurleySampleCount | How many samples should the Burley Sub Surface Scattering use? | |
| float | OverlapRatio | How much should each tile overlap each other (0-0.5). | |
| float | TextureSharpnessBias | This bias encourages the engine to use a higher detail texture when it would normally use a lower detail texture due to the size of the texture on screen. | |
| int32 | TileCount | How many tiles should the resulting movie render be broken into? A tile should be no larger than the maximum texture resolution supported by your graphics card (likely 16k), so NumTiles should be ceil(Width/MaxTextureSize). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIntPoint | CalculatePaddedBackbufferSize
(
const FIntPoint& InTileSize |
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. | |
| void | GetFormatArguments
(
FMoviePipelineFormatArgs& InOutFormatArgs |
Return Key/Value pairs that you wish to be usable in the Output File Name format string or file metadata. | |
| 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 |
||
| void | Attempt to validate the configuration the user has chosen for this setting. |