Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Check if this model supports LOD. When this returns false, the UI will not show options to setup the maximum number of LOD levels.
| Name | DoesSupportLOD |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual bool DoesSupportLOD() const
Returns true if LOD is supported, otherwise false is returned, which means it only works on LOD0.