Navigation
Unreal Engine C++ API Reference > Editor > StatsViewer > FStatsViewerModule
References
Module | StatsViewer |
Header | /Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h |
Include | #include "StatsViewerModule.h" |
Source | /Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp |
virtual void RegisterPage
(
TSharedRef< IStatsPage > InPage
)
Remarks
Register a page for this module to use
Parameters
Name | Description |
---|---|
InPage | The page to register |