Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
A Rule which can be part of a MetaHuman verification test suite
| Name | UMetaHumanVerificationRuleBase |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Verification/MetaHumanVerificationRuleCollection.h |
| Include Path | #include "Verification/MetaHumanVerificationRuleCollection.h" |
Syntax
UCLASS (MinimalAPI, Abstract, Blueprintable)
class UMetaHumanVerificationRuleBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanVerificationRuleBase
Derived Classes
UMetaHumanVerificationRuleBase derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Verify
(
const UObject* ToVerify, |
Applies the rule to the asset and updates the verification report | Verification/MetaHumanVerificationRuleCollection.h |
|
virtual void Verify_Implementation
(
const UObject* ToVerify, |
Verification/MetaHumanVerificationRuleCollection.h |