Unreal Engine C++ & Blueprints Programming Design Patterns - Code Like A Pro

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

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

  • @FPChris
    @FPChris Год назад +24

    Rule #1. Never program a strobing green icon in the top right of your UI. It’s a major distraction.

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

      You click it once and it disappears :D

  • @SandeepKumarP
    @SandeepKumarP 2 года назад +3

    How can we get multiple singleton classes in UE?

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

      Subsystems

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

      @@haha71687 I ultimately figured it out that the answer is subsystems. Thanks for replying though, it will help others who are in the same shoes as I was at that time.

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

    Hi!
    May I ask if I enroll the lesson , are there a playlist of design pattern course in Unreal?
    Want to improve my coding ability of Unreal with design pattern

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

      yep. Every lesson is separate, it's not everything in one lesson.

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

    Nice one.
    Perhaps an even broader singleton (independent of level or game instance) is through Project Setings > General Settings > Game Singleton Class.

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

      I see a lot of people staying away from the game singleton class and recommending the game instance instead.

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

      I heard that too, I think they mentioned in an UnrealEngine livestream that they added this singleton global class to a game (RoboRecall?) and that it wasn't something recommended to use.
      I tested once to accumulate player stats (data only like: hours played, meters walked, jumps, shots, hits, deaths) and I thought it worked very well, from what I understand what should not be done in this singleton global class is (hard or soft) reference to actors or objects.

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

    Awesome as always

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

    Awesome video

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

    Master Fahir here to save us all

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

      get in fahir's mailing list ;)

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

      Lol Hahahaha I am glad you enjoy the emails 😅

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

    Interesting subject