help with a blueprint

Hi, so i’m new to unreal engine 5 and just unreal engine overall and i’m trying to make a drone game, but i cant get it to fly. I’ve added an enhanced input for mouse wheel, it says ‘‘mouse wheel axis’’, so when i scroll up i want the drone to go up and when i scroll down to go down. And the lower part of the blueprint where event begin play is, seems to work fine, because i’ve added a print string node after it and it prints, but the problem is in upper part, my Enhanced Input Action IA_Throttle doesn’t trigger for some reason and the message is not outputed, so you have any ideas what it could be, i would highly appreciate it! thanks in advance!

The script looks fine.


Are you possessing this pawn? Normally this would be handled by the Game Mode. Do you have one? If so, ensure this pawn is set as the default one. Alternatively, you can also try:

That has fixed the issue for me, thanks!!) the only question i have is i could only possess the drone if the game mode override is set to rendertotexture, is that fine?