Hello,
I’m trying to achive the zoom out effect on Minimap when accelerating and going back to normal when stops the vehicle. How can I make this work ? I’m using the default vehicle template in UE5.
Hello,
I’m trying to achive the zoom out effect on Minimap when accelerating and going back to normal when stops the vehicle. How can I make this work ? I’m using the default vehicle template in UE5.
Hey @Sasitha2, Welcome to the forums!
I would first suggest using the GetCurrentAcceleration function to check for an increase in acceleration. Then you’ll want to grab the minimap component and perform its zoom-out function. Then I would suggest using the VectorIsNearlyZero component to check to see if the vehicle has slowed down enough to your liking.
I hope this can help!
-Zen
Thank you. I’ll give a try.