unreal.GLTFExportMessages

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

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] Errors

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

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

property errors: Array[str]

[Read-Write] Errors

Type:

(Array[str])

property suggestions: Array[str]

[Read-Write] Suggestions

Type:

(Array[str])

property warnings: Array[str]

[Read-Write] Warnings

Type:

(Array[str])