UE4 Plane Movement Tutorial (Fast) works with UE5!

Поделиться
HTML-код
  • Опубликовано: 24 авг 2021
  • This video has a lot of reused code from forum posts so its not mine I just made a tutorial of it as I was asked to do so.
    Made with UE4 but works with UE5.
    Discovery by Scott Buckley / scottbuckley
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/discovery-scott-buckley
    Music promoted by Audio Library • Discovery - Scott Buck...
  • ИгрыИгры

Комментарии • 56

  • @Kuraikari
    @Kuraikari Год назад +10

    Still works. However, I made this as an actor component, so I can make it more modular and cleaner.
    I also removed the magic numbers and replaced them with variables, as all of them remind me of max values.
    One issue I have is that everything feels awkwardly too strong / fast. And I'd like to be able to have a reverse gear, but with your setup it's not possible, at least the throttle down doesn't work.

  • @drgutube
    @drgutube 2 года назад +1

    Thanks this concept helped me,.. the F-18 does work in UE5 but only if your project is saved as UE4.26 or UE4.27

  • @AL3DStudio
    @AL3DStudio 2 года назад

    Hi, I loved your accent and the funny jokes you made, great tutorial. Thank you

  • @siphochabalala7680
    @siphochabalala7680 5 месяцев назад

    Excellent Tutorial, I loved every bit of it. I want to get my character to possess the plain while it is on the ground and to then take off from there. Got any tips on how to go about doing so?

  • @GorillaShark_VR
    @GorillaShark_VR Год назад +5

    It isn’t showing up the input axis move right for me can you please help?

  • @BetideStudio
    @BetideStudio 2 года назад

    Thanks for this!

  • @Messenger-1221
    @Messenger-1221 Год назад +1

    I got it working kinda. When I press play it just zooms off if I put it in plane as pawn I start in the plane but no throttle control. What could it be? Thanks for your hard work

  • @Cheesymud
    @Cheesymud 2 года назад +2

    Thank you !

    • @DLPSDEV
      @DLPSDEV  2 года назад

      No problem :)

  • @kioly_ah
    @kioly_ah Год назад +2

    非常好的内容,清晰 明确,

  • @leehammoud
    @leehammoud 2 года назад +7

    Good stuff! I would suggest every time you finish a piece of code, play it quickly to show viewers what this piece of code does exactly, instead of moving on to the next code and the next. Would be easier to track :)

    • @DLPSDEV
      @DLPSDEV  2 года назад +4

      That sounds like a good idea, I've so far always chose making as short tutorials as possible but I might also try that :)

    • @leehammoud
      @leehammoud 2 года назад +1

      @@DLPSDEV Please do, I would personally benefit from that :) Thanks for the tuts

  • @BiggestWeedTTV
    @BiggestWeedTTV 2 года назад

    THANK YOU

  • @eliottsmallwood2140
    @eliottsmallwood2140 Год назад

    thank you so much

  • @IDKANYTHINGI
    @IDKANYTHINGI 4 месяца назад +2

    My plane just keeps flying backwards

    • @Mathew_22
      @Mathew_22 3 месяца назад +1

      change the models orintation

    • @IDKANYTHINGI
      @IDKANYTHINGI 2 месяца назад

      @@Mathew_22 Thanks i´ll try that out some
      day

  • @blightyjoint
    @blightyjoint 9 месяцев назад

    I’m getting an error in my blueprints. When I try to connect the Return Value from SpawnActor Plane BP, to the In Pawn, I get an error saying that I can’t put an Object Reference to a Pawn Object Reference and that it’s not compatible. I’m using UE 4.27. 25:53

  • @bjrnml7496
    @bjrnml7496 Год назад +1

    Whats the point in making a camera when we still use the camera for third person?

  • @michaelmiller1051
    @michaelmiller1051 2 года назад +1

    Good video - You forgot to do the rudder though

    • @DLPSDEV
      @DLPSDEV  2 года назад

      Hi, it wasn't by accident. As one of the text at the start said the code for it was too bad to show. I created the variable so that everyone can access it inside the premade animation blueprint that came with the fighter jet.

  • @christopherkurzak5187
    @christopherkurzak5187 2 года назад

    Thank! Thanks! Thanks!

    • @DLPSDEV
      @DLPSDEV  2 года назад

      No problem :)

  • @enzothepalekid
    @enzothepalekid 2 года назад +2

    Hey, I have a little problem. Basically, everytime I start the game, my ship blows up right when it spawns. It actually blows up right on my character. At the center of the world's location. Any idea why?

    • @enzothepalekid
      @enzothepalekid 2 года назад +1

      I fixed it, It's because my ship was colliding with the collision cube from the beginning. No clue how to fix that if I want decently precise collisions. Thanks anyways, but I do still have a problem. My ship always spawns like 10000 kilometers away from my character. Any idea how to fix it? Thanks again

  • @sgtneosphere173
    @sgtneosphere173 2 года назад +1

    If I make the Skeletal Mesh the parent instead of the Collision Box, it stops working. I also turned on Simulate Physics in the Skeletal Mesh, yet it fails to fly. Any clue, why?

    • @DLPSDEV
      @DLPSDEV  2 года назад +2

      Hi I no longer have the project file so I am unable to check.
      But if I remember correctly there was a problem with skeletal meshes

    • @sgtneosphere173
      @sgtneosphere173 2 года назад +1

      @@DLPSDEV - I fixed that. It was the damn Physics Asset.

  • @mkz3r0
    @mkz3r0 2 года назад

    Unfortunately, the Military Weapons Dark is only compatible up until UE 4.21. How to get it into a UE 4.27 or UE 5 project?

    • @DLPSDEV
      @DLPSDEV  2 года назад +2

      There's the button when adding an asset called something like "show all(or incompatable) projects"

  • @RedStrings
    @RedStrings Год назад +1

    I'm having an issue in ue5, the boolean for "Input axis moveright" seems to not exist.

    • @DLPSDEV
      @DLPSDEV  Год назад +1

      Hey, I am pretty sure I created that variable during the tutorial

    • @RedStrings
      @RedStrings Год назад +3

      i just watched the video back, you didn't create it, and it's under a category in the list called "axis events" that may have been removed in UE5

    • @KekeDevs
      @KekeDevs 11 месяцев назад

      @@RedStrings he didnt show the axis events

    • @KekeDevs
      @KekeDevs 11 месяцев назад +2

      @@DLPSDEV you didn't show the axis events. Nobody knows any of your keybinds because you didn't show them

  • @dontreadprofilepic....202
    @dontreadprofilepic....202 2 года назад

    You mention a forum where you had some code. Some of my code dosent work can I have the link to that so I can compare my code. Thank you.

    • @DLPSDEV
      @DLPSDEV  2 года назад

      Hi, I no longer remember what forum posts I read but most posts I remember could be found on google with searches along these lines: "ue4 plane movement" "ue4 flying controls" and other searches like this

  • @blueslime5457
    @blueslime5457 Год назад +1

    Now do you delete the Default charter and to stop making it from rearing controls when you spawn

  • @sylwestro94ok9
    @sylwestro94ok9 Год назад

    Hello im have problem from 22 minutes, How to make this Function Un Possess and Posses greetings

    • @DLPSDEV
      @DLPSDEV  Год назад

      You can call then from any pawn as long as you have a reference to a controller

  • @sauravbhagat4150
    @sauravbhagat4150 Год назад

    How do I do it in UE5 ? We dont have INput Axis anymore

    • @DLPSDEV
      @DLPSDEV  Год назад

      You have to look into the new input system, I still use UE4/5.0 so I cannot help with that

  • @animationgenius880
    @animationgenius880 Год назад

    Can we use this in sequencer?

  • @unknownpu9164
    @unknownpu9164 2 года назад

    How do I land?

    • @racingdenmark5573
      @racingdenmark5573 Год назад +1

      You don’t. This wasn’t made to make planes landabld

  • @Metigart890
    @Metigart890 Год назад

    Does it work for firstperson

    • @DLPSDEV
      @DLPSDEV  Год назад

      Well probably but you would need a mesh with a cockpit and then it might work

    • @Metigart890
      @Metigart890 Год назад

      @@DLPSDEV this does not work it does not move and i cant move the jet up and down and im in thirdperson

  • @KekeDevs
    @KekeDevs 11 месяцев назад +1

    you didnt show your axis mappings so most of us are confused lol. At 22:08 nobody knows what's going on

    • @DLPSDEV
      @DLPSDEV  11 месяцев назад +1

      I am sorry but there isn't an axis mapping at that point.
      And if I am not misremebering this tutorial only uses the mouse Y and mouse X which are default nodes. And the axis mappings from the third person template