Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddRow
(
const TWeakObjectPtr< UObject >& Object |
IPropertyTable.h | ||
void AddRow
(
const TWeakFieldPtr< FProperty >& Property |
IPropertyTable.h | ||
void AddRow
(
const TSharedRef< FPropertyPath >& PropertyPath |
IPropertyTable.h | ||
void AddRow
(
const TSharedRef< class IPropertyTableRow >& Row |
IPropertyTable.h |
AddRow(const TWeakObjectPtr< UObject > &)
| Name | AddRow |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h |
| Include Path | #include "IPropertyTable.h" |
void AddRow
(
const TWeakObjectPtr < UObject > & Object
)
AddRow(const TWeakFieldPtr< FProperty > &)
| Name | AddRow |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h |
| Include Path | #include "IPropertyTable.h" |
void AddRow
(
const TWeakFieldPtr < FProperty > & Property
)
AddRow(const TSharedRef< FPropertyPath > &)
| Name | AddRow |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h |
| Include Path | #include "IPropertyTable.h" |
void AddRow
(
const TSharedRef < FPropertyPath > & PropertyPath
)
AddRow(const TSharedRef< class IPropertyTableRow > &)
| Name | AddRow |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h |
| Include Path | #include "IPropertyTable.h" |
void AddRow
(
const TSharedRef < class IPropertyTableRow > & Row
)