Unreal Engine's GAME MODE explained in 2 Minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 4

  • @Paul1miller1
    @Paul1miller1 6 หลายเดือนก่อน +1

    So are you saying, with game mode you can overwrite default actors in Unreal?

    • @PobatoTutorials
      @PobatoTutorials  6 หลายเดือนก่อน +1

      You can only replace the default classes for Actors that are spawned by the game mode. So, for example, Player Controller, the Default Player Pawn, Game State, etc. But not the Actor class in general! If you want to change something in the Actor Class, you will have to go into the source code of the engine and basically create a custom version of the Engine for you.
      Correct me if I misunderstood your question!

  • @discovercontent2401
    @discovercontent2401 6 หลายเดือนก่อน +1

    you explained game mode in a tremendous way.
    explain why force inline for getter is important
    FORCEINLINE USphereComponent* GetSphereCollision() const { return SphereCollision; }

    • @PobatoTutorials
      @PobatoTutorials  6 หลายเดือนก่อน +2

      Thanks!
      And I will try to make a video about FORCEINLINE in the near future!