unreal.InterchangePhysicalCameraNode

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

Bases: InterchangeBaseCameraNode

Interchange Physical Camera Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeCameraNode.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_enable_depth_of_field() bool or None

Get Custom Enable Depth Of Field

Returns:

attribute_value (bool):

Return type:

bool 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_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) bool

Set Custom Depth Of Field Fstop

Parameters:

attribute_value (float)

Return type:

bool

set_custom_enable_depth_of_field(attribute_value) bool

Set Custom Enable Depth Of Field

Parameters:

attribute_value (bool)

Return type:

bool

set_custom_focal_length(attribute_value) bool

Set Custom Focal Length

Parameters:

attribute_value (float)

Return type:

bool

set_custom_focus_distance(attribute_value) bool

Set Custom Focus Distance

Parameters:

attribute_value (float)

Return type:

bool

set_custom_sensor_height(attribute_value) bool

Set Custom Sensor Height

Parameters:

attribute_value (float)

Return type:

bool

set_custom_sensor_horizontal_offset(attribute_value) bool

Set Custom Sensor Horizontal Offset

Parameters:

attribute_value (float)

Return type:

bool

set_custom_sensor_vertical_offset(attribute_value) bool

Set Custom Sensor Vertical Offset

Parameters:

attribute_value (float)

Return type:

bool

set_custom_sensor_width(attribute_value) bool

Set Custom Sensor Width

Parameters:

attribute_value (float)

Return type:

bool