Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | IPropertyTableCustomColumn |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCustomColumn.h |
| Include Path | #include "IPropertyTableCustomColumn.h" |
Syntax
class IPropertyTableCustomColumn
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertyTableCustomColumn() |
IPropertyTableCustomColumn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IPropertyTableCellPresenter > CreateCellPresenter
(
const TSharedRef< IPropertyTableCell >& Cell, |
IPropertyTableCustomColumn.h | ||
TSharedPtr< SWidget > CreateColumnLabel
(
const TSharedRef< IPropertyTableColumn >& Column, |
IPropertyTableCustomColumn.h | ||
bool Supports
(
const TSharedRef< IPropertyTableColumn >& Column, |
IPropertyTableCustomColumn.h |