unreal.MetaHumanAssetReportItem¶
- class unreal.MetaHumanAssetReportItem(message: Text = '', project_item: Object = Ellipsis, source_item: str = '')¶
Bases:
StructBaseA 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 userproject_item(Object): [Read-Write] The relevant object (if any) in the project to which this message relatessource_item(str): [Read-Write] The file path (if any) to which this message relates