# AbstractSettingsManager ```cpp // The core and its managers are located in this header #include "CoreInterface.h" // Use this global function to access the settings manager mv::settings()->... ``` **Qualified name:** `mv::AbstractSettingsManager` ```{doxygenclass} mv::AbstractSettingsManager :members: :protected-members: