Set mesh visibility through UMG button

Howdy Folks

I’m experimenting with UMG tonight and I’m getting a little confused.I have a widget set up with a button. I wish to toggle the visibility of a mesh in a separate blueprint by pressing this button.

I’ve been going around in circles tonight trying to wrap my head around ‘castings’ etc and I’ve gotten lost. Hopefully, someone can help explain my predicament and how to tackle something like this.

Thanks, all.

Sounds like you need to learn the fundamentals of blueprint communication. There is quite a bit of documentation that explains and shows you different methods of blueprint communication, including casting and referencing. Here are some links I found with a quick google search.

https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/ReferenceAssets/Blueprints/