Tag: editor
-
Adding Custom Toolbar Buttons to the Unreal Engine Editor

When working on a game, you’ll often create custom Editor Widgets—tools designed to help developers work more efficiently. These can include things like an Items Database, Dialogue Manager, Character Database, Profiling Tools, or Level Design Utilities—you name it! Fortunately, there’s a simple way to add buttons directly to the Editor Toolbar without needing to create…