I'm using this tutorial https://www.youtube.com/playlist?lis...iEU7hb0eomNLdq to create top down shooter, but I'm only want to use Blueprints. I started with top down template, but I want my character to look at the direction pointed by mouse and move with WASD. I already set movement and its working fine, but I can't set the rotation. I set everything like in tutorial and its not working. I've found a lot of topics showing how to do this, but there are some functions, that I can't find in newest version of the engine:
- "Convert Mouse Location to World Space"
or
- "Get Hit Result Under Cursor by Channel"
They are not exist or I must do something to make them available?
- "Convert Mouse Location to World Space"
or
- "Get Hit Result Under Cursor by Channel"
They are not exist or I must do something to make them available?
Comment