Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphModelInstance
- UMLDeformerModelInstance::SetupInputs()
- UNeuralMorphModelInstance::SetupInputs()
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphModelInstance.h |
| Include | #include "NeuralMorphModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphModelInstance.cpp |
virtual bool SetupInputs()
Remarks
Setup the neural network for this frame. This has to perform compatibility checks, valid pointer checks, and call the SetNeuralNetworkInputValues. After this method is executed, the neural network should be ready to execute. The UMLDeformerModelInstance::Tick method internally calls both the SetupNeuralNetworkForFrame and RunNeuralNetwork methods.