Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
- IModuleInterface
- FStatsViewerModule
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
| Include | #include "StatsViewerModule.h" |
Syntax
class FStatsViewerModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clears all pages | |
| TSharedRef< class IPropertyTableCustomColumn > | CreateObjectCustomColumn
(
const FObjectHyperlinkColumnInitializationOptions& InOptions |
Creates a stats viewer custom column, supporting weak object references. | |
| TSharedRef< IStatsViewer > | End IModuleInterface interface Creates a stats viewer widget | ||
| TSharedRef< IStatsViewer > | CreateStatsViewer
(
UWorld& InWorld, |
Creates a customized stats viewer widget. | |
| TSharedPtr< IStatsPage > | GetPage
(
EStatsPage::Type InType |
Get a page of the stats module by enum type | |
| TSharedPtr< IStatsPage > | Get a page of the stats module by name | ||
| void | RegisterPage
(
TSharedRef< IStatsPage > InPage |
Register a page for this module to use | |
| void | UnregisterPage
(
TSharedRef< IStatsPage > InPage |
Unregister a page for this module to use |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Begin IModuleInterface interface |