Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
A line in a report representing some Info, a Warning or an Error. Can optionally reference a specific item or file.
| Name | FMetaHumanAssetReportItem |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/MetaHumanAssetReport.h |
| Include Path | #include "MetaHumanAssetReport.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetaHumanAssetReportItem
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FText | The message to display to the user | MetaHumanAssetReport.h |
|
| ProjectItem | TObjectPtr< const UObject > | The relevant object (if any) in the project to which this message relates | MetaHumanAssetReport.h |
|
| SourceItem | FString | The file path (if any) to which this message relates | MetaHumanAssetReport.h |
|