Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 693 Bytes

File metadata and controls

15 lines (12 loc) · 693 Bytes
title linktitle description weight
Action Manager
Action Manager
Learn how to create or extend editor behaviors, menus, toolbars and hotkeys.
340

The Action Manager is the system that handles actions, menus, toolbars and shortcuts in the O3DE Editor. It standardizes both the extensibility API, allowing Gems to access and customize the Editor’s interface, and the user experience, ensuring different tools and widget across the core Editor and Gems share the same UX Language.

Topics

Topic Description
Fundamental Concepts Learn the fundamental concepts of the Editor Action Manager system and how they are used in the core Editor.