Accessing UMG Widget Children From Within MotionControllerPawn (VR)

Hi All,

I’m trying to get access to a canvas within a widget… it has been saved as a variable

The widget is on my MotionControllerPawn, as such. (HUD)

351979-hud.png

Currently, I’m trying to access the widget component children (canvas etc) this way…but it doesn’t like it… it says Widget Component Object Reference is not compatible with WB HUD (my name) Object Reference…

The idea is to get that Canvas from the widget so I can populate it with more dynamic things…

How do I access the canvas with HUD set up this way in the MotionControllerPawn?