unreal.MetaHumanAssetReportItem

class unreal.MetaHumanAssetReportItem(message: Text = '', project_item: Object = Ellipsis, source_item: str = '')

Bases: StructBase

A line in a report representing some Info, a Warning or an Error. Can optionally reference a specific item or file. *

C++ Source:

  • Plugin: MetaHumanSDK

  • Module: MetaHumanSDKEditor

  • File: MetaHumanAssetReport.h

Editor Properties: (see get_editor_property/set_editor_property)

  • message (Text): [Read-Write] The message to display to the user

  • project_item (Object): [Read-Write] The relevant object (if any) in the project to which this message relates

  • source_item (str): [Read-Write] The file path (if any) to which this message relates

property message: Text

[Read-Write] The message to display to the user

Type:

(Text)

property project_item: Object

[Read-Write] The relevant object (if any) in the project to which this message relates

Type:

(Object)

property source_item: str

[Read-Write] The file path (if any) to which this message relates

Type:

(str)