unreal.MoviePipelineCameraSetting

class unreal.MoviePipelineCameraSetting(outer=None, name='None')

Bases: unreal.MoviePipelineSetting

Movie Pipeline Camera Setting

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelineCameraSetting.h

Editor Properties: (see get_editor_property/set_editor_property)

  • shutter_timing (MoviePipelineShutterTiming): [Read-Write] Shutter Timing allows you to bias the timing of your shutter angle to either be before, during, or after a frame. When set to FrameClose, it means that the motion gathered up to produce frame N comes from before and right up to frame N. When set to FrameCenter, the motion represents half the time before the frame and half the time after the frame. When set to FrameOpen, the motion represents the time from Frame N onwards.

property shutter_timing

[Read-Write] Shutter Timing allows you to bias the timing of your shutter angle to either be before, during, or after a frame. When set to FrameClose, it means that the motion gathered up to produce frame N comes from before and right up to frame N. When set to FrameCenter, the motion represents half the time before the frame and half the time after the frame. When set to FrameOpen, the motion represents the time from Frame N onwards.

Type

(MoviePipelineShutterTiming)