Select Node - Why doesn't this work?

Anyone know why I can’t use this select node with these 2 HUD variables? I really want to:(

They need to be of the same class. Do those HUD have a shared base class? edit: duh, they aren’t the same but share one, we can see it when you create the widgets, my bad.

You can make the select node accept both by setting the Select node’s type to user widget. You can change it like so:

And only then plug in the references.

2 Likes

They are both user widgets, I duplicated the second one from the first one I think.

edit; Thank you it would of took me awhile to figure that out lol.

2 Likes

Yeah, some nodes promote the type of the pin to whatever gets plugged in first.

2 Likes