Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityPromotedFrame
Description
Returns true if the diagnostics associated with the promoted frame indicate a potential issue, and returns a warning message if so. Note that the thresholds supplied for checking whether an issue exists are properties of UMetaHumanIdentityFace and can be obtained from there
| Name | DiagnosticsIndicatesProcessingIssue |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityPromotedFrames.h |
| Include Path | #include "MetaHumanIdentityPromotedFrames.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentityPromotedFrames.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Diagnostics")
bool DiagnosticsIndicatesProcessingIssue
(
float InMinimumDepthMapFaceCoverage,
float InMinimumDepthMapFaceWidth,
FText & OutDiagnosticsWarningMessage
) const