-
Notifications
You must be signed in to change notification settings - Fork 0
1. Installation
Henry Jooste edited this page Jun 1, 2025
·
3 revisions
* The same process needs to be repeated whenever you want to update the plugin
- Download the latest release from GitHub
- Navigate to
C:\Program Files\Epic Games\UE_{VERSION}\Engine\Plugins - Create a
Marketplacefolder if needed - Extract the release and copy to the
Marketplacefolder - Open Unreal Engine
- Click on
Edit > Plugins - Enable the plugin under the
Built-in > UIcategory - Restart Unreal Engine
* The same process needs to be repeated whenever you want to update the plugin
- Download the latest release from GitHub
- Navigate to your project directory
- Create a
Pluginsfolder if needed - Extract the release and copy to the
Pluginsfolder - Open Unreal Engine
- Click on
Edit > Plugins - Enable the plugin under the
Built-in > UIcategory - Restart Unreal Engine
- Open your terminal
- Navigate to the project directory
git submodule add git@github.com:hfjooste/UltimateMenu.git Plugins/UltimateMenu- Open Unreal Engine
- Click on
Edit > Plugins - Enable the plugin under the
Built-in > UIcategory - Restart Unreal Engine
- Open your terminal
- Navigate to the
Plugins/UltimateMenudirectory in your project - Get the latest changes:
git pull - Restart Unreal Engine