unreal.TextureCropSize

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

Bases: unreal.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] H: Replace texture crop height, in pixels

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

property h

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

Type

(int32)

property w

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

Type

(int32)