Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphNetwork
Description
Get the Model used for group of bones and curves. This Model (or actually a Multi-Model) contains small networks for the bone or curve groups. Each group will generate a set of morph target weights.
| Name | GetGroupModel |
| 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 * GetGroupModel() const
A pointer to the Model used for the bone and curve groups.