IProfilerModule::OpenRawStatsForMemoryProfiling

Creates a new instance of the memory profiler based the raw stats.

Windows
MacOS
Linux

References

Module

Profiler

Header

/Engine/Source/Developer/Profiler/Public/IProfilerModule.h

Include

#include "IProfilerModule.h"

Syntax

FRawStatsMemoryProfiler * OpenRawStatsForMemoryProfiling
(
    const TCHAR * Filename
)

Remarks

Creates a new instance of the memory profiler based the raw stats. When no longer needed must be stopped via RequestStop() and deleted to avoid memory leaks.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss