unreal.InterchangeCameraNode

class unreal.InterchangeCameraNode(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: InterchangeBaseNode

Interchange Camera Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeCameraNode.h

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_sensor_height() float or None

Get Custom Sensor Height

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_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_sensor_height(attribute_value) bool

Set Custom Sensor Height

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