Navigation
Unreal Engine C++ API Reference > 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 > | GetPage
(
const FName& InPageName |
Get a page of the stats module by name |
![]() ![]() |
void | RegisterPage
(
TSharedRef< IStatsPage > InPage |
Register a page for this module to use |
![]() ![]() |
void | ||
![]() ![]() |
void | Begin IModuleInterface interface | |
![]() ![]() |
void | UnregisterPage
(
TSharedRef< IStatsPage > InPage |
Unregister a page for this module to use |