Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNamedResolution.h |
| Include | #include "Graph/MovieGraphNamedResolution.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphNamedResolution
Remarks
Holds information about a screen resolution to be used for rendering.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Description | The description text for this screen resolution. | |
| FName | ProfileName | The name of the resolution this links to | |
| FIntPoint | Resolution | The screen resolution (in pixels). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieGraphNamedResolution
(
const FName& InResolutionProfileName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Constants
| Name | Description |
|---|---|
| CustomEntryName | Predefined name for the 'custom' resolution option in the combobox |
| DefaultResolution | The default resolution name to use when one is not defined. |
| DefaultResolutionName | The default resolution name to use when one is not defined. |