Navigation
API > API/Editor > API/Editor/StatsViewer
Boilerplate implementations of IPropertyTableCellPresenter functions. Here so we dont have to override all these functions each time.
| Name | FStatsCellPresenter |
| Type | class |
| Header File | /Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h |
| Include Path | #include "StatsCellPresenter.h" |
Syntax
class FStatsCellPresenter : public IPropertyTableCellPresenter
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class SWidget > ConstructEditModeCellWidget() |
StatsCellPresenter.h | ||
virtual TSharedRef< class SWidget > ConstructEditModeDropDownWidget() |
StatsCellPresenter.h | ||
virtual FString GetValueAsString() |
StatsCellPresenter.h | ||
virtual FText GetValueAsText() |
StatsCellPresenter.h | ||
virtual bool HasReadOnlyEditMode() |
StatsCellPresenter.h | ||
virtual bool RequiresDropDown() |
Begin IPropertyTableCellPresenter interface | StatsCellPresenter.h | |
virtual TSharedRef< class SWidget > WidgetToFocusOnEdit() |
StatsCellPresenter.h |