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