Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationDiagnostics
Frame providers.
| Name | UMetaHumanFeatureMatcherFrameProvider |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetaHuman/MetaHumanCalibrationDiagnostics/Source/MetaHumanCalibrationDiagnostics/Public/Selectors/MetaHumanDiagnosticsBasedSelector.h |
| Include Path | #include "Selectors/MetaHumanDiagnosticsBasedSelector.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Abstract, EditInlineNew, DefaultToInstanced,
CollapseCategories)
class UMetaHumanFeatureMatcherFrameProvider : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanFeatureMatcherFrameProvider
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< int32 > GetSelectedFrames() |
Selectors/MetaHumanDiagnosticsBasedSelector.h |
|
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< int32 > GetSelectedFrames_Implementation() |
Selectors/MetaHumanDiagnosticsBasedSelector.h |