I’m Brand New to all this, I have been following tutorials to learn, but for some reason when I put stuff in the exact same way as they do things act differently. Left will go right and vice versa, sometimes I even have to switch blue prints around so they work properly. I’ve posted 2 images below as an example of how I had to modify it to work properly. The two images below mine are from 2 separate tutorials (2 different ppl). I’m also happy to send my files not I only have basic camera functionality and a decal selector.
You definitely need to provide more context on what is happening - the “Building Clicked” custom event shouldn’t behave any different in its implementation (not sure why you have a sequence node when there is only one execution path).
For the Zoom input action, we’d need to see what is happening in the “Cam Zoom” function. Again, from what you’ve provided, it is the same implementation so it should have the same result.
As far as your comment “left will go right and vise versa,” if this is related to an axis input, you definitely need to make sure the value is appropriately -1 or 1 in the project settings for it to go the correct direction.
Regardless, you need to provide more context for us to help with this.
Thanks for helping I’ve provided a link to images below of everything I can think of, one thing to note, I’ve had to add the -1 or 1 to them to inverse of what the tutorial said because the actions would be incorrect.