How to change VR template WidgetMenu

Hello.

I work on VR template, and i want to change the default menu with an other one.
But i dont understand how it work.

I looking to find where the user menu is set, to replace it with mine widget.

I find “Menu” (Blueprint), and “WidgetMenu” (WidgetBlueprint), but I can’t find where it is Set and call my Widget.

Can you help me please ?

Thanks.

In the VRPawn blueprint there is an input action that starts a function called ToggleMenu where the widget is created.

Hello Jay.

Thank you for taking the time to answer me.

That’s what I thought I understood.
I looked at the ToggleMenu function.
But it calls an Actor (Blueprint Class “Menu”), but not a widget.
And there is no component or variable of class Widget.

So I went to see in the BP Menu, where we find a Widget component.
In the component details, I think I can change Widget.
Can you confirm that this is where I should indicate my Widget please?

Ya sorry I think I forgot about VR’s lazer. For just changing the menu that’s the right spot.