Integration in your project
Last updated
Last updated
You can either follow the video tuorial or this quick guide.
Add Nice Settings Menu from the Epic Games Launcher to your project
Add AC_PC_NiceSettingsComponent to your player controller
Go to Demo -> Blueprints -> BP_DemoNiceSettingsPC and Copy the content that's in the comment box called Keyboard & gamepad inputs for settings menu and nice navigation
.
If you want to use additionally the pause menu (which includes the settings menu) copy also what's inside the comment box called Open & Close Pause Menu
.
Paste what you have just copied inside the Event Graph of your player controller.
Add either a PauseMenu or SettingsMenu widget (you can go with one of the themes e.g. WB_T2_SettingsMenu) to your Game UI widget or a widget of your choice that is added to your viewport.
If you are using UE5.3+ you will see errors after playing. To fix that, go to the project settings and search for User Settings
where you have to turn on the User Settings. It's for enhanced input:
If you have still problems you can watch the video guide or get support on Discord.
If you use UE5.1+ do the simple fix in HELP no movements, no inputs -> Fix
If you see Errors after your integration, restart your project and check if the errors are still there.
If you have input problems like looking around or no movement check HELP no movements, no inputs -> Fix