unreal.InterchangeBaseCameraNode

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

Bases: InterchangeBaseNode

Interchange Base Camera Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeCameraNode.h

get_custom_auto_exposure_method() InterchangeAutoExposureMethod or None

Get Custom Auto Exposure Method

Returns:

attribute_value (InterchangeAutoExposureMethod):

Return type:

InterchangeAutoExposureMethod or None

get_custom_exposure_compensation() float or None

Get Custom Exposure Compensation

Returns:

attribute_value (float):

Return type:

float or None

get_custom_exposure_fstop() float or None

Get Custom Exposure Fstop

Returns:

attribute_value (float):

Return type:

float or None

get_custom_exposure_iso() float or None

Get Custom Exposure ISO

Returns:

attribute_value (float):

Return type:

float or None

get_custom_exposure_shutter_speed() float or None

Get Custom Exposure Shutter Speed

Returns:

attribute_value (float):

Return type:

float or None

get_custom_near_clip_plane() float or None

Get Custom Near Clip Plane

Returns:

attribute_value (float):

Return type:

float or None

set_custom_auto_exposure_method(attribute_value) bool

Set Custom Auto Exposure Method

Parameters:

attribute_value (InterchangeAutoExposureMethod)

Return type:

bool

set_custom_exposure_compensation(attribute_value) bool

Set Custom Exposure Compensation

Parameters:

attribute_value (float)

Return type:

bool

set_custom_exposure_fstop(attribute_value) bool

Set Custom Exposure Fstop

Parameters:

attribute_value (float)

Return type:

bool

set_custom_exposure_iso(attribute_value) bool

Set Custom Exposure ISO

Parameters:

attribute_value (float)

Return type:

bool

set_custom_exposure_shutter_speed(attribute_value) bool

Set Custom Exposure Shutter Speed

Parameters:

attribute_value (float)

Return type:

bool

set_custom_near_clip_plane(attribute_value) bool

Set Custom Near Clip Plane

Parameters:

attribute_value (float)

Return type:

bool