UE5 Modelling Tools on LINUX

How to enable Modelling Tools plugin on Linux?
To enable it in plugins window is not enough as plugin itself marked as Win64-only, and adding Linux to allowed platforms causes following compilation error:

Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Private/Graphs/GenerateStaticMeshLODProcess.cpp:26:10: fatal error: ‘UObject/Metadata.h’ file not found
#include “UObject/Metadata.h”

Solved :grinning: