unreal.GLTFExportMessages

class unreal.GLTFExportMessages(suggestions: None = [], warnings: None = [], errors: None = [])

Bases: StructBase

GLTFExport Messages

C++ Source:

  • Plugin: GLTFExporter

  • Module: GLTFExporter

  • File: GLTFExporter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • errors (Array[str]): [Read-Write]

  • suggestions (Array[str]): [Read-Write]

  • warnings (Array[str]): [Read-Write]

property errors: None

[Read-Write]

Type:

(Array[str])

property suggestions: None

[Read-Write]

Type:

(Array[str])

property warnings: None

[Read-Write]

Type:

(Array[str])