Navigation
API > API/Plugins > API/Plugins/Composite
Primary scale calculation mode.
| Name | ECompositePassScaleMode |
| Type | enum |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassTransform2D.h |
| Include Path | #include "Passes/CompositePassTransform2D.h" |
Syntax
enum ECompositePassScaleMode
{
None,
Automatic,
AspectRatio,
Unpad,
Manual,
}
Values
| Name | Remarks |
|---|---|
| None | Disabled |
| Automatic | Automatically derive aspect ratio from the parent layer media texture & composite actor camera. |
| AspectRatio | Scale based on the difference between container & content aspect ratios. |
| Unpad | Remove black bar padding by specifying pixels to crop on each axis. |
| Manual | Manually define the scale factor. |