Possession of Pawns - Unreal Engine 4 Blueprint Tutorial

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • Used UE4 Version: 4.10.2
    Special Thanks to eXi for helping me out with this one. Also make sure to join unrealslackers.... if you want to chat about UE4 or need some help.
    If you have any suggestions for future tutorials or want a C++ Version of this one, let me know in the comments section below.
    music by audionautix.com/

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

  • @NewkTube
    @NewkTube 7 лет назад +9

    10/10 for showing the end result first.

  • @matthewlamburn4378
    @matthewlamburn4378 6 лет назад

    finally fixed my problem if you got to the world settings and set the game mode override to (none). had a problem when my inputs were not firing in my controller but would fire in my player character.

  • @דניאלברכר-ג9מ
    @דניאלברכר-ג9מ 2 года назад

    Any suggestions on how to create a "SwitchBack" clicker? If there are 3 players and I possess player 2, I would want to click and immediately get player1 possessed, instead of going through player3 to the beginning of the chain.
    I tried to duplicate the code for the original swapping and changed the values (+/-) on the integers but it works only partially. What am I missing?
    Thanks!

  • @dehrk9024
    @dehrk9024 4 года назад

    Am i the only one whos annoyed by the fact "pawn" sounds like "porn"?

  • @kevinabramo8704
    @kevinabramo8704 5 лет назад

    What if you want to do the same thing but with gui?

  • @Tony_EZero_Proxy
    @Tony_EZero_Proxy 6 лет назад +1

    "Character".
    Not "Pawn".
    "Pawn" isn't working.

    • @natielgavi
      @natielgavi 5 лет назад +1

      But why isn't it working? I have an open question on the ue4 answers hub essentially on that.

  • @animationjourney6586
    @animationjourney6586 4 года назад

    Hello, i really found ur videos amazing and those helped me a lot in my first game project I'm making but there's a problem I'm facing in possession, what I did was made an ai character and possessed it by third-person character, what's happening is that I have put health and stamina command in third person character it is switching command to ai but health and stamina gets ended and the ai is not moving, plz help me out as I m making my first project I m really losing my hope bcoz of this, plzz sir reply soon

  • @CanalDojogames
    @CanalDojogames 5 лет назад

    Hello! Thanks for the vídeo! It helps much. I want to make a pawn controlled by an external câmera fixed on scene.. do You know How can i make It? I think the way in searching isnt resulting on what i want

  • @LastNight0
    @LastNight0 6 лет назад

    could you please do i tutorial on ai possession after the player switches between the characters. im pretty new to ue4 and am trying to make a game where you switch between 2 main characters but the character your not controlling would need to follow/attack/etc (all that im sure id done with an ai controller im just not 100% on how to set that up

  • @Pharoah1224
    @Pharoah1224 5 лет назад

    Can i use this technique to cause possession of ai. The idea is to have helpful npcs that you can possess.

  • @bakoabdulrahman665
    @bakoabdulrahman665 6 лет назад

    Please Please please..... Could you do a tutorial on: third person character mounting a horse and staying on the horse as the horse character controller takes on board
    You'll be truely a hero!!

  • @SananzosChet
    @SananzosChet 8 лет назад

    at 10:20 , i cannot connect Out Actors to Available Characters... It says "Array of actor references is not compatible with" and then my character name. Please help

    • @brainshack9077
      @brainshack9077  8 лет назад

      Just make sure that you checked that the Variable Type of "Available Characters" actually is an array.

  • @ivanmelendez4565
    @ivanmelendez4565 6 лет назад

    thank you so much !!!!!! this was useful in my project , greetings !!!

  • @dinceraydn4057
    @dinceraydn4057 6 лет назад

    Hi , Great channel and amazing tutorials, thank you here is the question. i have a vr pawn game, when the game start i use sequencer video for architectural issues than need to turn to pawn but when you use the node of posses pawn is turning to the place which sequence start. After sequence video pawn should be the place which sequncer video takes it. Can you pls explain how can i send pawn to place where sequence send him? thank you

    • @dinceraydn4057
      @dinceraydn4057 6 лет назад

      thank you but you know in 4. 19 i do not see sequencre properties anymore? or am i wrong?

  • @rsh3708
    @rsh3708 7 лет назад

    Hello. thank you very much for the tutorials. couple of questions
    1- I assume your logic here applies to the 3rd person controllers as well
    2- based on that assumption I setup 3 3rd person characters and followed your instruction.
    however when I press Tab I only switch to the first character.
    anything I may have missed?

    • @brainshack9077
      @brainshack9077  7 лет назад

      Yes you are right. The kind of pawn is irrelevant. Without knowing the details about this project it is really hard to tell what migh be your problem. I suggest setting breakpoints and debugging the blueprint to find out, why it choses the wrong pawn to possess.

  • @xPrimal
    @xPrimal 8 лет назад

    Dude thanks so much! I love your channel and i think u could have a big future! U got my sub - Pyro

    • @brainshack9077
      @brainshack9077  8 лет назад

      Thank you so much. I really appreciate it. Now I feel bad for not having posted any videos here for so long. I hope I can change that soon :)

  • @Video-by6lp
    @Video-by6lp 5 лет назад

    The end of the video was the most useful for me!) Thank you !)

  • @АндрейЧупрына-щ6щ
    @АндрейЧупрына-щ6щ 7 лет назад

    It's cool, man! Wait for new interesting lessons.

  • @ZerofeverOfficial
    @ZerofeverOfficial 5 лет назад

    EDIT: SOLVED
    Anyone know how i can carry my health over from character to character?

    • @brainshack9077
      @brainshack9077  5 лет назад +1

      The easiest way I can think off, is to not have your health on your character but on another actor.

    • @ZerofeverOfficial
      @ZerofeverOfficial 5 лет назад

      @@brainshack9077 YAS! I loaded my health number to a variable on the Player Controller and then On Possess i casted to controller and loaded it to possessed characters CurrentHealth. Thanks so much!!!

  • @matthewlamburn4378
    @matthewlamburn4378 6 лет назад

    i followed this tutorial to the T , but im using a 3rd person character, and its not working, my input event is not even triggering can anyone help?

    • @matthewlamburn4378
      @matthewlamburn4378 6 лет назад

      the input triggers in the third person character, but wont trigger in the controller :/

  • @mikeellis7434
    @mikeellis7434 7 лет назад

    That was great thanks very much for putting it up

  • @jsnellink1990
    @jsnellink1990 7 лет назад

    Great stuff man, you helped me out tremendously!

  • @__dINe__
    @__dINe__ 7 лет назад

    The 3 guys reminds me of ik+ :p

  • @MadCoonGames
    @MadCoonGames 3 года назад

    Great tutorial!!! Thank you man!!!

  • @lucasnaury1292
    @lucasnaury1292 6 лет назад

    Is it possible to lerp the position of the camera before possessing the player?

    • @brainshack9077
      @brainshack9077  6 лет назад

      Everything is possible :) For this you would probably have to detach the camera from the pawns and controll it's movement separately.

  • @kaname110
    @kaname110 7 лет назад

    Exactly what I needed! Thanks!

  • @virtualbones4175
    @virtualbones4175 7 лет назад

    I don't have the possess node. I'm using 4.14.3

    • @brainshack9077
      @brainshack9077  7 лет назад

      It is still there in 4.15 and I don't know why they would remove it. Make sure you are in a player Controller.

    • @virtualbones4175
      @virtualbones4175 7 лет назад

      UESchool I have found it. Thanks!

    • @virtualbones4175
      @virtualbones4175 7 лет назад

      I forgot about this comment, I finally got the possession node.