Navigation
API > API/Editor > API/Editor/StatsViewer
| Name | FStatsViewerModule |
| Type | class |
| Header File | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
| Include Path | #include "StatsViewerModule.h" |
Syntax
class FStatsViewerModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Clear() |
Clears all pages | StatsViewerModule.h | |
virtual TSharedRef< class IPropertyTableCustomColumn > CreateObjectCustomColumn
(
const FObjectHyperlinkColumnInitializationOptions& InOptions |
Creates a stats viewer custom column, supporting weak object references. | StatsViewerModule.h | |
virtual TSharedRef< IStatsViewer > CreateStatsViewer () |
End IModuleInterface interface Creates a stats viewer widget | StatsViewerModule.h | |
virtual TSharedRef< IStatsViewer > CreateStatsViewer
(
UWorld& InWorld, |
Creates a customized stats viewer widget. | StatsViewerModule.h | |
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 | |
virtual void RegisterPage
(
TSharedRef< IStatsPage > InPage |
Register a page for this module to use | StatsViewerModule.h | |
virtual void ShutdownModule() |
StatsViewerModule.h | ||
virtual void StartupModule() |
Begin IModuleInterface interface | StatsViewerModule.h | |
virtual void UnregisterPage
(
TSharedRef< IStatsPage > InPage |
Unregister a page for this module to use | StatsViewerModule.h |