Enable and disable the profiler

Hey so I’ve been researching about the profiler and I want to try it out but I have no idea how to activate it. I go on the unreal doc but that doesn’t make any sense to me. Can someone please help me out, thank you :slight_smile:

Hi, what I use for profiling are the stat commands (e. g. stat unit, stat game, …), which you activate from the console and the UnrealFontend Profiler which you open via the UnrealFontend.exe which is located inside WhereYouInstalledUnrealEngine/EngineVersion/Engine/Binaries/Win64/

To take a record that you can view inside UnrealFontend you use the console commands stat startfile and stat stopfile

Thank you, I will now try this out :slight_smile: