Hello im trying to get a UI button (“Main Button”) to talk to my “Main Actor”…inside the “Main Actor” blueprint I have a few different Static meshes that I have set up on a multigate loop when keyboard button E is pressed like so…
But i want to use it on a tablet(building off of the AR template)
Using the Templates UI ive made my own button lets call it “Main Button” and I want this button to function the same as when you press E…so when you Press on the “Main Button” it talks to the “Main Actor” blueprint and cycles the multigate in the same way
I feel like this is so easy, it was for the keyboard inputs but for what ever reason I cant get the “Main Button” to talk to the “Main Actor”
Ok so ive tried a few different things, watched more videos to try and help but still cant get it working
im building off the AR template …here is what my blueprint looks like
BP_placeable: (this is what i want to move with ET3_Overlay MainButton)
AdjustVisibility(custom event) > instead of E key to simplify ive added Print string (I can move the actor)