unreal.DisplayClusterConfigurationICVFX_Size

class unreal.DisplayClusterConfigurationICVFX_Size(width: int = 0, height: int = 0)

Bases: 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] Viewport height in pixels

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

property height: int

[Read-Write] Viewport height in pixels

Type:

(int32)

property width: int

[Read-Write] Viewport width in pixels

Type:

(int32)