Unreal Engine 5 Archives

Unreal Engine 5 differs in many respects from UE4, so much so that it warrants its own category. Many of the previous principles still apply, and these are my notes on the new version. I’ve started using it in 2023.

Bringing back the dotted outline in the Widget Editor

Creating my first HUD widget in UE5 was a little disconcerting, as I didn’t see a reference to where any of my UI elements would end up on screen. Turns out there was an invisible default element called Canvas Panel in previous versions, into which we would place our UI elements. Thankfully this thing is …

Read more