unreal.InterchangePhysicalCameraFactoryNode

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

Bases: InterchangeBaseCameraFactoryNode

Interchange Physical Camera Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeCameraFactoryNode.h

get_custom_depth_of_field_fstop() float or None

Get Custom Depth Of Field Fstop

Returns:

attribute_value (float):

Return type:

float or None

get_custom_focal_length() float or None

Get Custom Focal Length

Returns:

attribute_value (float):

Return type:

float or None

get_custom_focus_distance() float or None

Get Custom Focus Distance

Returns:

attribute_value (float):

Return type:

float or None

get_custom_focus_method() CameraFocusMethod or None

Get Custom Focus Method

Returns:

attribute_value (CameraFocusMethod):

Return type:

CameraFocusMethod or None

get_custom_sensor_height() float or None

Get Custom Sensor Height

Returns:

attribute_value (float):

Return type:

float or None

get_custom_sensor_horizontal_offset() float or None

Get Custom Sensor Horizontal Offset

Returns:

attribute_value (float):

Return type:

float or None

get_custom_sensor_vertical_offset() float or None

Get Custom Sensor Vertical Offset

Returns:

attribute_value (float):

Return type:

float or None

get_custom_sensor_width() float or None

Get Custom Sensor Width

Returns:

attribute_value (float):

Return type:

float or None

set_custom_depth_of_field_fstop(attribute_value, add_apply_delegate=True) bool

Set Custom Depth Of Field Fstop

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_focal_length(attribute_value, add_apply_delegate=True) bool

Set Custom Focal Length

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_focus_distance(attribute_value, add_apply_delegate=True) bool

Set Custom Focus Distance

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_focus_method(attribute_value, add_apply_delegate=True) bool

Set Custom Focus Method

Parameters:
Return type:

bool

set_custom_sensor_height(attribute_value, add_apply_delegate=True) bool

Set Custom Sensor Height

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_sensor_horizontal_offset(attribute_value, add_apply_delegate=True) bool

Set Custom Sensor Horizontal Offset

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_sensor_vertical_offset(attribute_value, add_apply_delegate=True) bool

Set Custom Sensor Vertical Offset

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool

set_custom_sensor_width(attribute_value, add_apply_delegate=True) bool

Set Custom Sensor Width

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool