unreal.MovieSceneComposureExportInitializer

class unreal.MovieSceneComposureExportInitializer(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Object passed to comp shot elements to initialize them for export. Currenly only allows scene captures to initialize a new extension that can capture GBuffers and other buffer visualization targets

C++ Source:

  • Plugin: Composure

  • Module: Composure

  • File: MovieSceneComposureExportSectionTemplate.h

export_scene_capture_buffers(comp_shot_element, scene_capture, buffers_to_export) None

Initialize the export to capture the specified named buffer visualization targets from a scene capture

Parameters: