unreal.GLTFOverrideMaterialBakeSettings

class unreal.GLTFOverrideMaterialBakeSettings(override_size: bool = False, size: GLTFMaterialBakeSize = Ellipsis, override_filter: bool = False, filter: TextureFilter = Ellipsis, override_tiling: bool = False, tiling: TextureAddress = Ellipsis)

Bases: StructBase

GLTFOverride Material Bake Settings

C++ Source:

  • Plugin: GLTFExporter

  • Module: GLTFExporter

  • File: GLTFMaterialUserData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • filter (TextureFilter): [Read-Write] Overrides the default filtering mode used when sampling the baked out texture.

  • override_filter (bool): [Read-Write] If enabled, default filtering mode will be overridden by the corresponding property.

  • override_size (bool): [Read-Write] If enabled, default size will be overridden by the corresponding property.

  • override_tiling (bool): [Read-Write] If enabled, default addressing mode will be overridden by the corresponding property.

  • size (GLTFMaterialBakeSize): [Read-Write] Overrides default size of the baked out texture.

  • tiling (TextureAddress): [Read-Write] Overrides the default addressing mode used when sampling the baked out texture.

property filter: TextureFilter

[Read-Write] Overrides the default filtering mode used when sampling the baked out texture.

Type:

(TextureFilter)

property override_filter: bool

[Read-Write] If enabled, default filtering mode will be overridden by the corresponding property.

Type:

(bool)

property override_size: bool

[Read-Write] If enabled, default size will be overridden by the corresponding property.

Type:

(bool)

property override_tiling: bool

[Read-Write] If enabled, default addressing mode will be overridden by the corresponding property.

Type:

(bool)

property size: GLTFMaterialBakeSize

[Read-Write] Overrides default size of the baked out texture.

Type:

(GLTFMaterialBakeSize)

property tiling: TextureAddress

[Read-Write] Overrides the default addressing mode used when sampling the baked out texture.

Type:

(TextureAddress)