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