unreal.LiveLinkCameraStaticData
¶
- class unreal.LiveLinkCameraStaticData(property_names: Array[Name] = [], is_location_supported: bool = False, is_rotation_supported: bool = False, is_scale_supported: bool = False, is_field_of_view_supported: bool = False, is_aspect_ratio_supported: bool = False, is_focal_length_supported: bool = False, is_projection_mode_supported: bool = False, film_back_width: float = 0.0, film_back_height: float = 0.0, is_aperture_supported: bool = False, is_focus_distance_supported: bool = False, is_depth_of_field_supported: bool = False)¶
Bases:
LiveLinkTransformStaticData
Static data for Camera data.
C++ Source:
Module: LiveLinkInterface
File: LiveLinkCameraTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
film_back_height
(float): [Read-Write] Film Back Height: Used with CinematicCamera. Values greater than 0 will be appliedfilm_back_width
(float): [Read-Write] Film Back Width: Used with CinematicCamera. Values greater than 0 will be appliedis_aperture_supported
(bool): [Read-Write] Is Aperture Supported: Whether Aperture in frame data can be usedis_aspect_ratio_supported
(bool): [Read-Write] Is Aspect Ratio Supported: Whether AspectRatio in frame data can be usedis_depth_of_field_supported
(bool): [Read-Write] Is Depth Of Field Supported: Set to false to force the camera to disable depth of fieldis_field_of_view_supported
(bool): [Read-Write] Is Field Of View Supported: Whether FieldOfView in frame data can be usedis_focal_length_supported
(bool): [Read-Write] Is Focal Length Supported: Whether FocalLength in frame data can be usedis_focus_distance_supported
(bool): [Read-Write] Is Focus Distance Supported: Whether FocusDistance in frame data can be usedis_location_supported
(bool): [Read-Write] Is Location Supported: Whether location in frame data should be usedis_projection_mode_supported
(bool): [Read-Write] Is Projection Mode Supported: Whether ProjectionMode in frame data can be usedis_rotation_supported
(bool): [Read-Write] Is Rotation Supported: Whether rotation in frame data should be usedis_scale_supported
(bool): [Read-Write] Is Scale Supported: Whether scale in frame data should be usedproperty_names
(Array[Name]): [Read-Write] Property Names: Names for each curve values that will be sent for each frame
- property film_back_height: float¶
[Read-Write] Film Back Height: Used with CinematicCamera. Values greater than 0 will be applied
- Type:
(float)
- property film_back_width: float¶
[Read-Write] Film Back Width: Used with CinematicCamera. Values greater than 0 will be applied
- Type:
(float)
- property is_aperture_supported: bool¶
[Read-Write] Is Aperture Supported: Whether Aperture in frame data can be used
- Type:
(bool)
- property is_aspect_ratio_supported: bool¶
[Read-Write] Is Aspect Ratio Supported: Whether AspectRatio in frame data can be used
- Type:
(bool)
- property is_depth_of_field_supported: bool¶
[Read-Write] Is Depth Of Field Supported: Set to false to force the camera to disable depth of field
- Type:
(bool)
- property is_field_of_view_supported: bool¶
[Read-Write] Is Field Of View Supported: Whether FieldOfView in frame data can be used
- Type:
(bool)
- property is_focal_length_supported: bool¶
[Read-Write] Is Focal Length Supported: Whether FocalLength in frame data can be used
- Type:
(bool)