unreal.CaptureManagerConversionParams¶
- class unreal.CaptureManagerConversionParams(image_format: CaptureManagerImageFormat = Ellipsis, audio_format: CaptureManagerAudioFormat = Ellipsis, image_file_prefix: str = '', audio_file_prefix: str = '', depth_file_prefix: str = '', calibration_file_prefix: str = '', pixel_format: CaptureManagerPixelFormat = Ellipsis, rotation: CaptureManagerRotation = Ellipsis)¶
Bases:
StructBaseCapture Manager Conversion Params
C++ Source:
Plugin: CaptureManagerEditor
Module: CaptureManagerIngestBlueprint
File: CaptureManagerIngestBlueprintLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
audio_file_prefix(str): [Read-Write]audio_format(CaptureManagerAudioFormat): [Read-Write]calibration_file_prefix(str): [Read-Write]depth_file_prefix(str): [Read-Write]image_file_prefix(str): [Read-Write]image_format(CaptureManagerImageFormat): [Read-Write]pixel_format(CaptureManagerPixelFormat): [Read-Write]rotation(CaptureManagerRotation): [Read-Write]
- property audio_format: CaptureManagerAudioFormat¶
[Read-Write]
- Type:
- property image_format: CaptureManagerImageFormat¶
[Read-Write]
- Type:
- property pixel_format: CaptureManagerPixelFormat¶
[Read-Write]
- Type:
- property rotation: CaptureManagerRotation¶
[Read-Write]
- Type: