Server Rules UI Overlay

Hey all. Was wondering how I’d go about creating a UI overlay for a server that displays rules etc, when a key is pressed.

On my server I have a custom mod that has the name/description set for my server only. It allows me to add things specifically for our server. Since this mod is loaded first, pressing Escape brings up the description of the mod, which is just my server info. If you took this route, you could use a modded PlayerController and simply edit the graph for an event on keypress (I use F1). Otherwise, the tutorial above is exactly what you need.