Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | IPropertyTableCellPresenter |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCellPresenter.h |
| Include Path | #include "IPropertyTableCellPresenter.h" |
Syntax
class IPropertyTableCellPresenter
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertyTableCellPresenter() |
IPropertyTableCellPresenter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< class SWidget > ConstructDisplayWidget() |
IPropertyTableCellPresenter.h | ||
TSharedRef< class SWidget > ConstructEditModeCellWidget() |
IPropertyTableCellPresenter.h | ||
TSharedRef< class SWidget > ConstructEditModeDropDownWidget() |
IPropertyTableCellPresenter.h | ||
virtual const FSlateBrush * GetEditModeCellBrush() |
IPropertyTableCellPresenter.h | ||
FString GetValueAsString() |
IPropertyTableCellPresenter.h | ||
FText GetValueAsText() |
IPropertyTableCellPresenter.h | ||
bool HasReadOnlyEditMode() |
IPropertyTableCellPresenter.h | ||
bool RequiresDropDown() |
IPropertyTableCellPresenter.h | ||
TSharedRef< class SWidget > WidgetToFocusOnEdit() |
IPropertyTableCellPresenter.h |