Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | EMovieGraphAspectRatioAdaptBehavior |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphGlobalOutputSettingNode.h" |
Syntax
enum EMovieGraphAspectRatioAdaptBehavior
{
Disabled,
Automatic,
ScaleToWidth,
ScaleToHeight,
}
Values
| Name | Remarks |
|---|---|
| Disabled | Output resolution will not be modified. |
| Automatic | If the camera has Constrain Aspect Ratio enabled, then this should match Disabled, except the letterboxing will be cropped off. |
| ScaleToWidth | If the camera has Constrain Aspect Ratio enabled, then the width of the output resolution will be preserved, and the height will automatically be adjusted based on the camera aspect ratio. |
| ScaleToHeight | If the camera has Constrain Aspect Ratio enabled, then the height of the output resolution will be preserved, and the width will automatically be adjusted based on the camera aspect ratio. |