I have created a simple blueprint that can be inserted into any project (copy and paste).
The menu contains the basic settings such as full screen, window mode, resolution, frame rate limiter, graphics settings and additionally DLSS + Frame Generation.
I thought this would be very helpful for beginners who want to add a simple menu to their project to test the unreal engine.
The DLSS 3.5 plugin must be installed to use the menu.
If you are interested here is the link to the video:
Unfortunately, when I open the Blueprints there are a slew of errors in 2 blueprints, namely âMenuInputCopyToBPâ and âPausMenuâ. I followed his instructions, doesnât make a difference. Here are 2 screenshots showing the errors:
Gotta say, Iâve only been working with Unreal for a month and a half now, but itâs really been a hectic uphill struggle. Feeling a bit demotivated at the moment and realize why the majority of Indie devs never touch it. Itâs simply not user friendly. Maybe Iâm just stupid though. However, Iâll keep trying
By âItâs simply not user friendlyâ - you mean âyou need to know basic programmingâ? The errors in your blueprints are very straightforward, seems like youâre missing some widget classes. I mean If you have specific questions about something not working - people on this forum would be glad to help. But copy-pasting some random code from internet and expect it to work without understanding what is that? I donât think you need DLSS if you donât know yet anything about blueprints, UE or programming.
âmajority of Indie devs never touch itâ - if youâre actually an Indie dev (which means PROGRAMMER) then Unreal will be pretty easy for you because it actually is using basic OOP principles. So I have no idea who are those âindie devsâ who donât touch it.
I would recommend to start with learning about OOP and basic coding before even touching any game engine. I mean, Unityâs coding architecture is a terrifying mess with forced ECS (I canât create a child class for a scene object, really, Unity??), so better pretend it doesnât exist if you donât want to develop bad programming habits.