Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphMLP
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphNetwork.h |
| Include | #include "NeuralMorphNetwork.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphNetwork.cpp |
bool Load
&40;
FArchive & FileReader
&41;
Remarks
Load the network from a file on disk. When loading fails, the network will be emptied. Returns true when successfully loaded this model, otherwise false is returned.
Parameters
| Name | Description |
|---|---|
| Archive | The archive to load from. |