Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerTrainingModel
- UMLDeformerGeomCacheTrainingModel
- UNearestNeighborTrainingModel
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborTrainingModel.h |
| Include | #include "NearestNeighborTrainingModel.h" |
Syntax
UCLASS (Blueprintable)
class UNearestNeighborTrainingModel : public UMLDeformerGeomCacheTrainingModel
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | CustomSamplerBoneRotations | ||
| TArray< float > | CustomSamplerDeltas |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetNeighborStats
(
const UNearestNeighborStatsData* StatsData |
||
| int32 | KmeansClusterPoses
(
const UNearestNeighborKMeansData* KMeansData |
||
| int32 | Train () |
||
| int32 |
Overridden from UMLDeformerTrainingModel
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
UE::MLDeformer::FMLDeformerEditorModel* InEditorModel |
Initialize the training model. This is automatically called by the editor. |