Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModelRegistry
Description
Get the highest priority runtime model class. The model with the highest priority is created by default when creating a new ML Deformer Asset.
| Name | GetHighestPriorityModel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerModelRegistry.h |
| Include Path | #include "MLDeformerModelRegistry.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerModelRegistry.cpp |
UClass * GetHighestPriorityModel() const
Returns the model class of the highest priority model, or nullptr when there are none.