Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTableColumn.h |
| Include | #include "IPropertyTableColumn.h" |
Syntax
class IPropertyTableColumn
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | CanSortBy () |
||
| TSharedRef< class IPropertyTableCell > | GetCell
(
const TSharedRef< class IPropertyTableRow >& Row |
||
| TSharedRef< class IDataSource > | |||
| FText | |||
| FName | GetId () |
||
| TSharedRef< class FPropertyPath > | |||
| TSharedPtr< struct FCompareRowByColumnBase > | GetPropertySorter
(
const FProperty* Property, |
||
| EPropertyTableColumnSizeMode::Type | GetSizeMode () |
||
| TSharedRef< class IPropertyTable > | GetTable () |
||
| float | GetWidth () |
||
| bool | IsFrozen () |
||
| bool | IsHidden () |
||
| FFrozenStateChanged * | |||
| void | RemoveCellsForRow
(
const TSharedRef< class IPropertyTableRow >& Row |
||
| void | SetFrozen
(
bool IsFrozen |
||
| void | SetHidden
(
bool IsHidden |
||
| void | SetSizeMode
(
EPropertyTableColumnSizeMode::Type InSizeMode |
||
| void | SetWidth
(
float InWidth |
||
| void | Sort
(
TArray< TSharedRef< class IPropertyTableRow > >& Rows, |
||
| void | Tick () |
Tick the property column each frame |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FFrozenStateChanged |