Quick question for some of, I’m new to Unreal Engine and am trying to make a scrollable (Zoom In and Zoom Out Feature) in Blueprint.
I’ll paste my Blueprints below:
As you can see I have a the Scroll Camera Function working under the Mouse Wheel Axis Event, this is working.
I’m trying to replicate #1 with a Gamepad by saying “When Right Thumbstick is held down and Left Thumbstick is pulled back or pushed forward it will Zoom In or Zoom Out”. This is not working.
Anyone ever experience this or could come up with a solution?
My question to you is what gamepad are you using? If it is any controller other than XBox controller(s), Unreal Engine may not be picking it up. You can test this by printing value outputted by the event and moving your right joystick.
Tried adding the Print statement after my event to get the Y-Axis values from the thumbstick and it seems to work fine, being read ok. It must not like the boolean statements.
Hey sorry only getting to this now, I decided I could use a Chorded Action and adjust the Camera Boom using the Right-Thumbstick Y-Axis while holding another button!