Navigation
API > API/Plugins > API/Plugins/Composite
Primary centered scale calculation mode.
| Name | ECompositePassScaleMode |
| Type | enum |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassCenteredScale.h |
| Include Path | #include "Passes/CompositePassCenteredScale.h" |
Syntax
enum ECompositePassScaleMode
{
None,
Automatic,
AspectRatio,
Manual,
}
Values
| Name | Remarks |
|---|---|
| None | Disabled |
| Automatic | Automatically derive aspect ratio from the parent layer media texture & composite actor camera. |
| AspectRatio | Calculate the scaling factor from source & target aspect ratios. |
| Manual | Manually define the scaling factor. |