Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
virtual bool IsNeuralNetworkOnGPU&40;&41; const
Remarks
Check whether the neural network of this model should run on the GPU or not. This is false on default, which makes it a CPU based neural network. Some code internally that creates and initializes the neural network will use the return value of this method to mark it to be on CPU or GPU. Returns true if the neural network of this model should run on the GPU. False is returned when it should run on the CPU.