Navigation
API > API/Plugins > API/Plugins/VertexDeltaModelEditor
Inheritance Hierarchy
- TSharedFromThis
- FGCObject
- FMLDeformerEditorModel
- FMLDeformerGeomCacheEditorModel
- FVertexDeltaEditorModel
References
| Module | VertexDeltaModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModelEditor/Public/VertexDeltaEditorModel.h |
| Include | #include "VertexDeltaEditorModel.h" |
Syntax
class FVertexDeltaEditorModel : public UE::MLDeformer::FMLDeformerGeomCacheEditorModel
Remarks
The editor model for a UVertexDeltaModel.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UVertexDeltaModel * | |||
| TObjectPtr< UNNEModelData > | LoadNeuralNetworkFromOnnx
(
const FString& Filename |
||
| FMLDeformerEditorModel * | MakeInstance () |
We need to implement this static MakeInstance method. |
Overridden from FMLDeformerEditorModel
| Type | Name | Description | |
|---|---|---|---|
| FString | Get the path to the heat map deformer graph asset. | ||
| bool | IsTrained () |
Check whether our model is trained or not. | |
| bool | Load the trained network from an onnx file. | ||
| ETrainingResult | Train () |
Launch the training. |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| FString | Overload this method to report a name for your referencer |