unreal.FilmbackOverrideSource¶
- class unreal.FilmbackOverrideSource¶
Bases:
EnumBaseControls whether this component can override the camera’s filmback, and if so, which override to use
C++ Source:
Plugin: LensComponent
Module: LensComponent
File: LensComponent.h
- CROPPED_FILMBACK_SETTING: FilmbackOverrideSource = Ellipsis¶
Override the camera’s filmback using the CroppedFilmback setting below
- Type:
1
- DO_NOT_OVERRIDE: FilmbackOverrideSource = Ellipsis¶
Do not override the camera’s filmback
- Type:
2
- LENS_FILE: FilmbackOverrideSource = Ellipsis¶
Override the camera’s filmback using the sensor dimensions recorded in the LensInfo of the LensFile
- Type:
0