unreal.CompositePassScaleMode¶
- class unreal.CompositePassScaleMode¶
Bases:
EnumBasePrimary centered scale calculation mode.
C++ Source:
Plugin: Composite
Module: Composite
File: CompositePassCenteredScale.h
- ASPECT_RATIO: CompositePassScaleMode = Ellipsis¶
Calculate the scaling factor from source & target aspect ratios.
- Type:
2
- AUTOMATIC: CompositePassScaleMode = Ellipsis¶
Automatically derive aspect ratio from the parent layer media texture & composite actor camera.
- Type:
1
- MANUAL: CompositePassScaleMode = Ellipsis¶
Manually define the scaling factor.
- Type:
3
- NONE: CompositePassScaleMode = Ellipsis¶
Disabled
- Type:
0