Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreatePropertyTableWidget
(
const TSharedRef< class IPropertyTable >& PropertyTable |
PropertyEditorModule.h | ||
virtual TSharedRef< SWidget > CreatePropertyTableWidget
(
const TSharedRef< class IPropertyTable >& PropertyTable, |
PropertyEditorModule.h |
CreatePropertyTableWidget(const TSharedRef< class IPropertyTable > &)
| Name | CreatePropertyTableWidget |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef < SWidget > CreatePropertyTableWidget
(
const TSharedRef < class IPropertyTable > & PropertyTable
)
CreatePropertyTableWidget(const TSharedRef< class IPropertyTable > &, const TArray< TSharedRef< class IPropertyTableCustomColumn > > &)
| Name | CreatePropertyTableWidget |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef < SWidget > CreatePropertyTableWidget
(
const TSharedRef < class IPropertyTable > & PropertyTable,
const TArray < TSharedRef < class IPropertyTableCustomColumn > > & Customizations
)