IProfilerModule::CreateProfilerWindow

Creates the main window for the profiler.

Windows
MacOS
Linux

References

Module

Profiler

Header

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

Include

#include "IProfilerModule.h"

Syntax

TSharedRef< SWidget > CreateProfilerWindow
(
    const TSharedRef< ISessionManager > & InSessionManager,
    const TSharedRef< SDockTab > & ConstructUnderMajorTab
)

Remarks

Creates the main window for the profiler.

Parameters

Parameter

Description

InSessionManager

The session manager to use.

ConstructUnderMajorTab

The tab which will contain the profiler tabs.

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