What's Causing my Frame Rate to Drop? - Unreal Engine 5 Stat Profiling Tutorial

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 59

  • @Vinor90
    @Vinor90 Рік тому +90

    in UE 5.3
    Tools - Profile - Profile Data Visualizer

    • @MrKylePopovich
      @MrKylePopovich Рік тому +2

      Amazing, thank you.

    • @HipernovaGames
      @HipernovaGames Рік тому +9

      Okey, can fin the file in \Saved\Logs\profileViz, but, how can open ?

    • @Skalbemann
      @Skalbemann Рік тому +6

      @@HipernovaGames got the same problem.. shit does not work

    • @pamparam3495
      @pamparam3495 Рік тому +3

      @@Skalbemann yes the same, can't open this log file

    • @pamparam3495
      @pamparam3495 Рік тому +4

      @@Skalbemann found the way - open an empty 5.2 project to see this log

  • @luckycogstudios
    @luckycogstudios 11 місяців тому +12

    Underrated video, I wish Epic had a bunch of videos like this, short and too the point! I'm glad to see this at the top of Google's search results when searching for UE5 profiling.

  • @briankranevitter3114
    @briankranevitter3114 10 місяців тому +1

    This is exactly the performance tests video i always wanted to see.
    Thank you!

  • @psychotrout
    @psychotrout 5 місяців тому +4

    I did not search for this, but i was looking for this :D thank you so much!

  • @PlayerOnHard
    @PlayerOnHard Рік тому +1

    This is so relevant for me at the moment, much appreciated.

  • @gail_blue
    @gail_blue 8 місяців тому +5

    For loops have terrible performance in blueprints because they are made out of other blueprint functions(they are macros). So, if you can do checks like this in C++, it'll run 1000 times faster. I think Epic is pushing Verse because blueprints based on it will run at near native speed. Theoretically, blueprints should run just as fast as C++ (they are really easy for a human to 'compile' into C++, so the editor should also be able to do that automatically). It's is a real limitation of the engine.

    • @NumenBrothers
      @NumenBrothers  8 місяців тому +1

      Thank you- sounds like you know much more about this than I do

  • @grothjacky
    @grothjacky 8 місяців тому

    Thank you so much for the video, it's exactly what I was looking for! :)

  • @julianmillo1459
    @julianmillo1459 Рік тому

    Very helpful, thank you so much for posting this!

  • @Restart-Gaming
    @Restart-Gaming 10 місяців тому +3

    yea there something yet again work with my engine it shows nothing folder is empty it figures been dealing with set back for the last 3 year with unreal if its not one thing it another

  • @roja
    @roja Рік тому +1

    Wow! Totally helpful. Subbed.

  • @esotericgamedev
    @esotericgamedev Рік тому +3

    I see CPU Stall at the bottom of the GameThread hierarchy -- not sure what it means or where else to look.
    Thanks for the video

    • @NumenBrothers
      @NumenBrothers  Рік тому +1

      It's stalling for something- meaning there is something processing (probably GPU) before CPU processes again. Check your detailed stats in editor (when playing) and see if it's the red line (CPU) or another line that's the highest

  • @wormjuice7772
    @wormjuice7772 11 днів тому

    Any visual debugging like displaying linetraces slows the editor down as well.
    Personally i only run a game in Pie mode with the editor auto minimized (editor prefferences, minimize on pie launch). This gives the most representive fps other then running the game in standalone.

  • @studiobaxter1242
    @studiobaxter1242 11 місяців тому

    Interesting. Just when you think Unreal is the most complicated thing in the universe, you realise it's far more complicated than that.
    But, good to know and helpful, thanks.

  • @aka.Xavier
    @aka.Xavier Рік тому +1

    Thanks for the video.
    Have you ever attempted to create a mobile version of any of your games?
    I tried with my first game, and it was challenging due to very limited resources. Despite the constraints, I managed to achieve results somewhat similar to the original.
    The process taught me a lot about optimizing my new games

    • @NumenBrothers
      @NumenBrothers  Рік тому +1

      Nope, I'm a PC man, through in through :)

  • @Restart-Gaming
    @Restart-Gaming 10 місяців тому +2

    ok tried again still not showing did find it but notice on yours its a uestat file like a square paper looked for mine its a folder when i open folder nothing there? is there another way to find it? also most of mine are all show GT tickable time tickablegameobjects time tick time ?

  • @Restart-Gaming
    @Restart-Gaming 10 місяців тому +1

    Great found it save the log but now its not showing up under profile log its empty ?

  • @undead_prime
    @undead_prime Рік тому +4

    Unfortunaly i cant find a "Profiler" tab in Session frontend. UE version is 5.3.

    • @NumenBrothers
      @NumenBrothers  Рік тому

      Sad to see it looks like 5.3 might have retired profiler. 5.2 it's still there. Unreal Insights is the replacement- though I haven't played much yet with Unreal Insights.

    • @undead_prime
      @undead_prime Рік тому +1

      On the bright side 5.2 still open profiles created in 5.3. But we will both of engine version need to be installed in order to be able to examine their contents. @@NumenBrothers

    • @codyozgaming9416
      @codyozgaming9416 Рік тому +2

      As the pinned comment says its now located in UE 5.3 at:
      Tools - Profile - Profile Data Visualizer

    • @max3116
      @max3116 Рік тому

      @@codyozgaming9416 the problem is that the file type needs to be (profviz) in order to open it. I think using 5.2 is the way to go to open profilers files.

    • @unrealdevop
      @unrealdevop 11 місяців тому +1

      @@max3116 To be honest Unreal Insights isn't that much different, it just has a lot more functionality which seems to scare a lot of people.

  • @CodingConsciousness-cf1nf
    @CodingConsciousness-cf1nf 7 місяців тому +1

    Thank you for this!!!

  • @DelfosseFoo
    @DelfosseFoo Рік тому +14

    What an unfortunate timing with 5,3. This video shows a real bottleneck and a way to find it. No such video for Insights exists, it's just hours of Epic guys talking about nothing, no real problem resolution. The info how to use Insights literally does not exist on the internet.

  • @ArsMar
    @ArsMar 10 місяців тому

    Very useful, thank you!

  • @FredericoZveiter
    @FredericoZveiter 10 місяців тому

    Thank you so much for this video, short and sweet! 👏👏👏

  • @hesamsadat4288
    @hesamsadat4288 7 місяців тому

    Love u man. U r a Life Savior ❤❤

  • @OleksandrSe
    @OleksandrSe Рік тому

    Based, that's literally what I needed🥃

  • @JonSkov-DK
    @JonSkov-DK Рік тому

    Very useful video 10/10

  • @Utopia2023Game2
    @Utopia2023Game2 Рік тому +1

    Jeeeeses thank u for this usefull video

  • @Restart-Gaming
    @Restart-Gaming 10 місяців тому

    I have on my side 3 tabs Console automation screen comparison no profiler tab?

    • @NumenBrothers
      @NumenBrothers  10 місяців тому

      check out the pinned comment: Tools -> Profile -> Profile Data Visualizer

  • @Restart-Gaming
    @Restart-Gaming 10 місяців тому

    the new engine very new is not showing what you have on screen must have been a update after you made this video

  • @DEADEYESTUDIO
    @DEADEYESTUDIO 2 місяці тому

    "whats causing my frame rate to drop?" my computer that can barely handle games after 2014 lmao

  • @Trench_Rats
    @Trench_Rats 11 місяців тому +1

    Does not work in ue5.3

  • @HeartsintheWind
    @HeartsintheWind 11 місяців тому

    Why not show us the array and bp work?

    • @NumenBrothers
      @NumenBrothers  11 місяців тому

      If I release a proper game in the future, I'm sure it will be appropriately dissected and critiqued. And if it fails, then I don't have to waste your time with my array and bp bumblings ;)

  • @googlefuuplayad9055
    @googlefuuplayad9055 11 місяців тому

    Nice thx 👍

  • @ranitisk
    @ranitisk 11 місяців тому +1

    Subscribed

  • @elenadmpl
    @elenadmpl 3 місяці тому

    this is treasure

  • @anjoomfaisal
    @anjoomfaisal Рік тому

    thank you :D

  • @rifat.ahammed
    @rifat.ahammed 11 місяців тому

    Thanks

  • @rob9999
    @rob9999 6 місяців тому

    thx daddy

  • @asdrofllmao
    @asdrofllmao 9 місяців тому

    Great resource, thank you!