I give my charactor two sences .One for shoot forward , Anther for Shoot Up.
BuT they are both shoot forward from different pos .
Please Help .?
Hi there @fanker122,
Welcome to the Unreal Engine forums! Always so nice to see a new face ![]()
This topic has been moved from Community discussion to Programming & Scripting. When posting, please review the categories to ensure your topic is posted in the most relevant space. Thanks and happy developing!
PS: Feel free to come back and share development progress with us in the Community Showcase section. We always love watching a project take shape over there! ![]()
Hi there @fanker122, welcome to the forum ![]()
Assuming you are spawning your projectiles using the forward vector (for direction) from the scene component, you can rotate your ShootPosUp component 90 degrees around the Y axis, so that +X is pointing up (+X is ‘forward’ in UE).
If that doesn’t fix it, share the code where you spawn projectiles.
Good luck!