IProfilerModule

Interface for the profiler module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IProfilerModule

References

Module

Profiler

Header

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

Include

#include "IProfilerModule.h"

Syntax

class IProfilerModule : public IModuleInterface

Remarks

Interface for the profiler module.

Functions

Name Description

Public function

TSharedRef< ...

 

CreateProfilerWindow

(
    const TSharedRef< ISessionManager >...,
    const TSharedRef< SDockTab >& Cons...
)

Creates the main window for the profiler.

Public function

FRawStatsMem...

 

OpenRawStatsForMemoryProfiling

(
    const TCHAR* Filename
)

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

Public function

void

 

StatsMemoryDumpCommand

(
    const TCHAR* Filename
)

Implements stats memory dump command.

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