unreal.InterchangeStandardCameraFactoryNode

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

Bases: InterchangeActorFactoryNode

  • Used for common non-physical camera with orthographic or perspective projection.

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeCameraFactoryNode.h

get_custom_aspect_ratio() float or None

Get Custom Aspect Ratio

Returns:

attribute_value (float):

Return type:

float or None

get_custom_far_clip_plane() float or None

Get Custom Far Clip Plane

Returns:

attribute_value (float):

Return type:

float or None

get_custom_field_of_view() float or None

Get Custom Field Of View

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

get_custom_projection_mode() CameraProjectionMode or None

Get Custom Projection Mode

Returns:

attribute_value (CameraProjectionMode):

Return type:

CameraProjectionMode or None

get_custom_width() float or None

Get Custom Width

Returns:

attribute_value (float):

Return type:

float or None

set_custom_aspect_ratio(attribute_value, add_apply_delegate=True) bool

Set Custom Aspect Ratio

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool

set_custom_far_clip_plane(attribute_value, add_apply_delegate=True) bool

Set Custom Far Clip Plane

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool

set_custom_field_of_view(attribute_value, add_apply_delegate=True) bool

Set Custom Field Of View

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool

set_custom_near_clip_plane(attribute_value, add_apply_delegate=True) bool

Set Custom Near Clip Plane

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool

set_custom_projection_mode(attribute_value, add_apply_delegate=True) bool

Set Custom Projection Mode

Parameters:
Return type:

bool

set_custom_width(attribute_value, add_apply_delegate=True) bool

Set Custom Width

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool