Each MenuItemRenderFunction or MenuItemActionHandler function cpp files takes 10 seconds to compile on my machine. And as there are a lot of those, it takes quite a long time to compile. Perhaps we should create sub namespaces in the UI namespace, Basically group those functions by menu name, and if not tied toa single menu, in a common namespace.
Each MenuItemRenderFunction or MenuItemActionHandler function cpp files takes 10 seconds to compile on my machine. And as there are a lot of those, it takes quite a long time to compile. Perhaps we should create sub namespaces in the
UInamespace, Basically group those functions by menu name, and if not tied toa single menu, in acommonnamespace.