Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphNetworkInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< float > GetGroupInputs () |
Get the inputs for the group MLP. | NeuralMorphNetwork.h | |
TArrayView< const float > GetGroupInputs () |
NeuralMorphNetwork.h |
GetGroupInputs()
Description
Get the inputs for the group MLP.
| Name | GetGroupInputs |
| 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 |
TArrayView < float > GetGroupInputs()
The array view of floats that represent the group network inputs.
GetGroupInputs()
| Name | GetGroupInputs |
| 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 |
TArrayView < const float > GetGroupInputs() const