Navigation
API > API/Editor > API/Editor/StatsViewer > API/Editor/StatsViewer/FStatsViewerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< IStatsPage > GetPage
(
EStatsPage::Type InType |
Get a page of the stats module by enum type | StatsViewerModule.h | |
virtual TSharedPtr< IStatsPage > GetPage
(
const FName& InPageName |
Get a page of the stats module by name | StatsViewerModule.h |
GetPage(EStatsPage::Type)
Description
Get a page of the stats module by enum type
| Name | GetPage |
| Type | function |
| Header File | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
| Include Path | #include "StatsViewerModule.h" |
| Source | /Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp |
virtual TSharedPtr< IStatsPage > GetPage
(
EStatsPage::Type InType
)
GetPage(const FName &)
Description
Get a page of the stats module by name
| Name | GetPage |
| Type | function |
| Header File | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
| Include Path | #include "StatsViewerModule.h" |
| Source | /Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp |
virtual TSharedPtr< IStatsPage > GetPage
(
const FName & InPageName
)