List of menu nodes

Hello, i’m building a main / pause menu UI but don’t know how to find some of the function nodes, resolution, texture, shadows… are easy to find but things like Ray Tracing, Lumen… don’t seem to come up with the nodes i need when i search for them.

Is there a list of user setting node names that i can refer to somewhere?

Thanks :slight_smile:

some i believe you need to use Execute console command

, just type Help in console command line and then search for command you want to implement

1 Like

I’ll give that a go thank you :slight_smile:

Like this

btw, tick Search in help, it helps with finding more stuff

good luck

1 Like

Using a console string does indeed work as a simple on / off toggle. thanks for that :slight_smile:

I have been watching this and i’m going to see, or try to work what he did here in to a menu with more granular options.

UE4: RTX Toggle Switch Tutorial (youtube.com)

you can also download dlss plugin from nvidia and there is sample poject included with widget and all implemented logic

I’ll have a look at that thanks.