unreal.TextureCropSize

class unreal.TextureCropSize(w: int = 0, h: int = 0)

Bases: StructBase

Texture Replace Crop Size parameter container

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_Base.h

Editor Properties: (see get_editor_property/set_editor_property)

  • h (int32): [Read-Write] Replace texture crop height, in pixels

  • w (int32): [Read-Write] Replace texture crop width, in pixels

property h: int

[Read-Write] Replace texture crop height, in pixels

Type:

(int32)

property w: int

[Read-Write] Replace texture crop width, in pixels

Type:

(int32)