unreal.DisplayClusterConfigurationICVFX_Size

class unreal.DisplayClusterConfigurationICVFX_Size(width=2560, height=1440)

Bases: unreal.StructBase

Display Cluster Configuration ICVFX Size

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_ICVFX.h

Editor Properties: (see get_editor_property/set_editor_property)

  • height (int32): [Read-Write] Height: Viewport height in pixels

  • width (int32): [Read-Write] Width: Viewport width in pixels

property height

[Read-Write] Height: Viewport height in pixels

Type

(int32)

property width

[Read-Write] Width: Viewport width in pixels

Type

(int32)