Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
References
Module
StatsViewer
Header
/Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h
Include
#include "StatsCellPresenter.h"
Syntax
class FStatsCellPresenter : public IPropertyTableCellPresenter
Copy full snippet
Boilerplate implementations of IPropertyTableCellPresenter functions. Here so we dont have to override all these functions each time.
Variables
Type
Name
Description
FText
Text
End IPropertyTableCellPresenter interface The text we display - we just store this as we never need to edit properties in the stats viewer, only view them.
Overridden from IPropertyTableCellPresenter