Navigation
API > API/Editor > API/Editor/StatsViewer > API/Editor/StatsViewer/FStatsViewerModule > API/Editor/StatsViewer/FStatsViewerModule/CreateStatsViewer
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
| Include | #include "StatsViewerModule.h" |
| Source | /Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp |
virtual TSharedRef< IStatsViewer > CreateStatsViewer
&40;
UWorld & InWorld,
uint32 EnabledDefaultPagesMask,
const FName & ViewerName
&41; const
Remarks
Creates a customized stats viewer widget. New stats viewer widget
Parameters
| Name | Description |
|---|---|
| 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) |