Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTableRow.h |
| Include | #include "IPropertyTableRow.h" |
Syntax
class IPropertyTableRow
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetChildRows
(
TArray< TSharedRef< class IPropertyTableRow > >& OutChildren |
||
| TSharedRef< class IDataSource > | |||
| TSharedRef< class FPropertyPath > | |||
| TSharedRef< class IPropertyTable > | GetTable () |
||
| bool | HasCells () |
||
| bool | HasChildren () |
||
| FRefreshed * | OnRefresh () |
||
| void | Refresh () |
||
| void | Tick () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRefreshed |