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 UnregisterPage
(
TSharedRef< IStatsPage > InPage
)
Remarks
Unregister a page for this module to use
Parameters
Name | Description |
---|---|
InPage | The page to unregister |