Navigation
API > API/Editor > API/Editor/StatsViewer > API/Editor/StatsViewer/FStatsViewerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
CreateStatsViewer()
Description
End IModuleInterface interface Creates a stats viewer widget
| Name | CreateStatsViewer |
| 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 TSharedRef< IStatsViewer > CreateStatsViewer() const
New stats viewer widget
CreateStatsViewer(UWorld &, uint32, const FName &)
Description
Creates a customized stats viewer widget.
| Name | CreateStatsViewer |
| 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 TSharedRef< IStatsViewer > CreateStatsViewer
(
UWorld & InWorld,
uint32 EnabledDefaultPagesMask,
const FName & ViewerName
) const
New stats viewer widget
Parameters
| Name | Remarks |
|---|---|
| InWorld | Use this world (instead of default one) for all statistics |
| EnabledDefaultPagesMask | The default pages that will be available for this stats viewer |
| ViewerName | A unique name for this stats viewer (used as a configuration settings key) |