Navigation
API > API/Developer > API/Developer/Profiler > API/Developer/Profiler/IProfilerModule
References
| Module | Profiler |
| Header | /Engine/Source/Developer/Profiler/Public/IProfilerModule.h |
| Include | #include "IProfilerModule.h" |
TSharedRef < SWidget > CreateProfilerWindow
(
const TSharedRef < ISessionManager > & InSessionManager,
const TSharedRef < SDockTab > & ConstructUnderMajorTab
)
Remarks
Creates the main window for the profiler.
Parameters
| Name | Description |
|---|---|
| InSessionManager | The session manager to use. |
| ConstructUnderMajorTab | The tab which will contain the profiler tabs. |