Navigation
API > API/Editor > API/Editor/StatsViewer
The public interface for the Stats Viewer widget
| Name | IStatsViewer |
| Type | class |
| Header File | /Engine/Source/Editor/StatsViewer/Public/IStatsViewer.h |
| Include Path | #include "IStatsViewer.h" |
Syntax
class IStatsViewer : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → IStatsViewer
- FSlateControlledConstruction → SWidget → SCompoundWidget → IStatsViewer
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetObjectSetIndex() |
Get the currently selected object set | IStatsViewer.h | |
TSharedPtr< class IPropertyTable > GetPropertyTable() |
Get the property table we are displaying | IStatsViewer.h | |
void Refresh() |
Sends a requests to the Stats Viewer to refresh itself the next chance it gets | IStatsViewer.h | |
void SwitchAndFilterPage
(
int32 Table, |
IStatsViewer.h |