Can you get owning widget component, from widget blueprint?

From the widget blueprint, is there a way to get its widget component?
Thanks.

1 Like

You may be thinking of “get parent” or “get child”

1 Like

Yeah, but “get parent” doesn’t get the widget component, it gets the parent widget that particular widget might be part of.

If I’m understanding correctly, you’d need to set “is variable” on the desired component, then it can be called like a variable

1 Like