Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | IPropertyTableCell |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCell.h |
| Include Path | #include "IPropertyTableCell.h" |
Syntax
class IPropertyTableCell
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertyTableCell() |
IPropertyTableCell.h |
Classes
| Name | Remarks |
|---|---|
| FEnteredEditModeEvent | |
| FExitedEditModeEvent |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnterEditMode() |
IPropertyTableCell.h | ||
void ExitEditMode() |
IPropertyTableCell.h | ||
TSharedRef< class IPropertyTableColumn > GetColumn() |
IPropertyTableCell.h | ||
TSharedPtr< class FPropertyNode > GetNode() |
IPropertyTableCell.h | ||
TWeakObjectPtr< UObject > GetObject() |
IPropertyTableCell.h | ||
TSharedPtr< class IPropertyHandle > GetPropertyHandle() |
IPropertyTableCell.h | ||
TSharedRef< class IPropertyTableRow > GetRow() |
IPropertyTableCell.h | ||
TSharedRef< class IPropertyTable > GetTable() |
IPropertyTableCell.h | ||
FString GetValueAsString() |
IPropertyTableCell.h | ||
FText GetValueAsText() |
IPropertyTableCell.h | ||
bool InEditMode() |
IPropertyTableCell.h | ||
bool IsBound() |
IPropertyTableCell.h | ||
bool IsReadOnly() |
IPropertyTableCell.h | ||
bool IsValid() |
IPropertyTableCell.h | ||
FEnteredEditModeEvent & OnEnteredEditMode() |
IPropertyTableCell.h | ||
FExitedEditModeEvent & OnExitedEditMode() |
IPropertyTableCell.h | ||
virtual bool PassesPermissionList() |
IPropertyTableCell.h | ||
void Refresh() |
IPropertyTableCell.h | ||
void SetValueFromString
(
const FString& InString |
IPropertyTableCell.h |