Navigation
API > API/Plugins > API/Plugins/DetailPoseModel
The input info class for the Detail Pose Model. We store values that were used during training. These are often used during inference.
| Name | UDetailPoseModelInputInfo |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModel/Public/DetailPoseModelInputInfo.h |
| Include Path | #include "DetailPoseModelInputInfo.h" |
Syntax
UCLASS ()
class UDetailPoseModelInputInfo : public UNeuralMorphInputInfo
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMLDeformerInputInfo → UMLDeformerMorphModelInputInfo → UNeuralMorphInputInfo → UDetailPoseModelInputInfo
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumGlobalMorphTargets | int32 | The number of morph targets the training process generated. | DetailPoseModelInputInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumGlobalMorphTargets () |
Get the number of morph targets that the model should output. | DetailPoseModelInputInfo.h | |
void Reset() |
DetailPoseModelInputInfo.h |