Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor > API/Plugins/MetaHumanSDKEditor/UMetaHumanAssetReport
Description
Adds a user-facing message to appear in the report. This will flag the report as containing warnings but will not flag it as having failed.
| Name | AddWarning |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/MetaHumanAssetReport.h |
| Include Path | #include "MetaHumanAssetReport.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Private/MetaHumanAssetReport.cpp |
UFUNCTION (BlueprintCallable, Category=" MetaHuman SDK | Reports ")
void AddWarning
(
const FMetaHumanAssetReportItem & Message
)
Parameters
| Name | Remarks |
|---|---|
| Message | The localized warning message |