Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphNetwork
Description
Get the main Model. This is the Model (or actually a Multi-Model) that contains a small network for every bone or curve. Each small network will output a set of morph target weights.
| Name | GetMainModel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphNetwork.h |
| Include Path | #include "NeuralMorphNetwork.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphNetwork.cpp |
UE::NNE::IModelCPU * GetMainModel() const
A pointer to the main Model.