Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
A generic rule for MetaHuman Asset Groups that tests that they are valid for the generation of a MetaHuman Package. Only works for "normal" Asset Groups like grooms and clothing, not legacy characters.
| Name | UVerifyMetaHumanPackageSource |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Verification/VerifyMetaHumanPackageSource.h |
| Include Path | #include "Verification/VerifyMetaHumanPackageSource.h" |
Syntax
UCLASS (MinimalAPI)
class UVerifyMetaHumanPackageSource : public UMetaHumanVerificationRuleBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanVerificationRuleBase → UVerifyMetaHumanPackageSource
Functions
Public
Overridden from UMetaHumanVerificationRuleBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Verify_Implementation
(
const UObject* ToVerify, |
Verification/VerifyMetaHumanPackageSource.h |