unreal.GeometryScriptRenderCaptureCamerasForBoxOptions

class unreal.GeometryScriptRenderCaptureCamerasForBoxOptions(resolution: int = 0, field_of_view_degrees: float = 0.0, view_from_box_faces: bool = False, view_from_upper_corners: bool = False, view_from_lower_corners: bool = False, view_from_upper_edges: bool = False, view_from_lower_edges: bool = False, view_from_side_edges: bool = False, extra_view_from_positions: None = [])

Bases: StructBase

Geometry Script Render Capture Cameras for Box Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: GeometryScriptTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • extra_view_from_positions (Array[Vector]): [Read-Write] Extra positions from which to deduce view directions on the box center (located at (0,0,0))

  • field_of_view_degrees (double): [Read-Write]

  • resolution (int32): [Read-Write] The pixel resolution of render capture photos, this value is used for width and height

  • view_from_box_faces (bool): [Read-Write] Enable 6 directions corresponding to views from box face centers to the box center

  • view_from_lower_corners (bool): [Read-Write] Enable 4 directions corresponding to views from box lower corners to the box center

  • view_from_lower_edges (bool): [Read-Write] Enable 4 directions corresponding to views from box lower edges centers to the box center

  • view_from_side_edges (bool): [Read-Write] Enable 4 directions corresponding to views from box side edges centers to the box center

  • view_from_upper_corners (bool): [Read-Write] Enable 4 directions corresponding to views from box upper corners to the box center

  • view_from_upper_edges (bool): [Read-Write] Enable 4 directions corresponding to views from box upper edges centers to the box center

property extra_view_from_positions: None

[Read-Write] Extra positions from which to deduce view directions on the box center (located at (0,0,0))

Type:

(Array[Vector])

property field_of_view_degrees: float

[Read-Write]

Type:

(double)

property resolution: int

[Read-Write] The pixel resolution of render capture photos, this value is used for width and height

Type:

(int32)

property view_from_box_faces: bool

[Read-Write] Enable 6 directions corresponding to views from box face centers to the box center

Type:

(bool)

property view_from_lower_corners: bool

[Read-Write] Enable 4 directions corresponding to views from box lower corners to the box center

Type:

(bool)

property view_from_lower_edges: bool

[Read-Write] Enable 4 directions corresponding to views from box lower edges centers to the box center

Type:

(bool)

property view_from_side_edges: bool

[Read-Write] Enable 4 directions corresponding to views from box side edges centers to the box center

Type:

(bool)

property view_from_upper_corners: bool

[Read-Write] Enable 4 directions corresponding to views from box upper corners to the box center

Type:

(bool)

property view_from_upper_edges: bool

[Read-Write] Enable 4 directions corresponding to views from box upper edges centers to the box center

Type:

(bool)