unreal.FilmbackOverrideSource

class unreal.FilmbackOverrideSource

Bases: EnumBase

Controls 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

Override the camera’s filmback using the CroppedFilmback setting below

Type:

1

DO_NOT_OVERRIDE: FilmbackOverrideSource

Do not override the camera’s filmback

Type:

2

LENS_FILE: FilmbackOverrideSource

Override the camera’s filmback using the sensor dimensions recorded in the LensInfo of the LensFile

Type:

0