Ability System Hot Bar Unreal Engine 5 Tutorial - Part 4

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 6

  • @druss6992
    @druss6992 Місяць тому

    Sorry for all the questions, I've been doing another game and am wanting to implement allot of what you are doing, with your ability tutorials such as this one. The other tutorial ive been following does allot of stuff through the player controller as he says its better in that case for multiplayer games. Because the HUD viewport runs through the player controller I am finding I am unable to do allot of functions you do. For example I cannot cast game mode to HUD reference as it says they aren't compatible and needs a different target. I am assuming this has something to do with the fact DisplayPort HUD is running from player controller. Any idea on how to work around this?

    • @stargamesstudio66
      @stargamesstudio66  Місяць тому +1

      Just build the hud in the player blueprint.

    • @druss6992
      @druss6992 Місяць тому

      @@stargamesstudio66 does that affect anything for online play?

    • @stargamesstudio66
      @stargamesstudio66  Місяць тому +1

      Not at long as that player character is used. Other players don’t see your hud. If you change player characters you would have to put the hud in that blueprint as well. That’s why it’s built in the controller.

    • @druss6992
      @druss6992 Місяць тому +1

      Awesome that makes sense, thanks so much for that!

    • @stargamesstudio66
      @stargamesstudio66  Місяць тому

      @@druss6992 You're welcome.