unreal.FilmStockSettings

class unreal.FilmStockSettings(slope=0.88, toe=0.55, shoulder=0.26, black_clip=0.0, white_clip=0.04)

Bases: unreal.StructBase

Film Stock Settings

C++ Source:

  • Module: Engine

  • File: Scene.h

Editor Properties: (see get_editor_property/set_editor_property)

  • black_clip (float): [Read-Write] Black Clip

  • shoulder (float): [Read-Write] Shoulder

  • slope (float): [Read-Write] Slope

  • toe (float): [Read-Write] Toe

  • white_clip (float): [Read-Write] White Clip

property black_clip

[Read-Write] Black Clip

Type

(float)

property shoulder

[Read-Write] Shoulder

Type

(float)

property slope

[Read-Write] Slope

Type

(float)

property toe

[Read-Write] Toe

Type

(float)

property white_clip

[Read-Write] White Clip

Type

(float)