3d Widget how to use functions and variabls on that widget?

I have a widget attached to a blueprint as a component and some functions in that widgets blueprint. How do i address those functions if i just pull out the component variable and search for them they don’t show up. The duntion im looking for is called SetParentResouceNode and is set to public.

Use GetUserWidgetObject and cast it to your widget class:

http://puu.sh/jSGjp/f17f403786.png