Hello all,
I want create a simple on of button in a widget menu. Now it is so that I can switch on the the Actor but it is not possible to switch off the actor with the same button.
Regards,
Jochen
From the static mesh reference call get visibility, then execute a branch decision that toggles it to visible or not depending on its current state
Thank you very much for your help. Should I do this in the blueprint from Menu widget?
Yes id compliment this wherever the above screenshot is
Is it possible that you make screenshot for me? I am very new in Unreal.
your branch condition is always true, so you’re just going into the node to set the mesh visible. You’re never hiding the mesh in this screenshot.
Pull off of the static mesh pin and search “visible”, and look for the Boolean return value
Is it possible that you can help me with some screenshots?
I’ll be back at my computer in a few hours, I’ll post some then
Oh wow!!!
Thank you very much for the help.




