Navigation
API > API/Plugins > API/Plugins/VertexDeltaModel > API/Plugins/VertexDeltaModel/UVertexDeltaModelInstance
- UMLDeformerModelInstance::Execute()
- UVertexDeltaModelInstance::Execute()
References
| Module | VertexDeltaModel |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Public/VertexDeltaModelInstance.h |
| Include | #include "VertexDeltaModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Private/VertexDeltaModelInstance.cpp |
virtual void Execute
(
float ModelWeight
)
Remarks
Execute the model instance, which can run the neural network inference in case the model uses a neural network. This already assumes that compatibility checks are done, and that the network inputs are set etc.