Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class IPropertyTableWidgetHandle > CreatePropertyTableWidgetHandle
(
const TSharedRef< IPropertyTable >& PropertyTable |
PropertyEditorModule.h | ||
virtual TSharedRef< class IPropertyTableWidgetHandle > CreatePropertyTableWidgetHandle
(
const TSharedRef< IPropertyTable >& PropertyTable, |
PropertyEditorModule.h |
CreatePropertyTableWidgetHandle(const TSharedRef< IPropertyTable > &)
| Name | CreatePropertyTableWidgetHandle |
| 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 < class IPropertyTableWidgetHandle > CreatePropertyTableWidgetHandle
(
const TSharedRef < IPropertyTable > & PropertyTable
)
CreatePropertyTableWidgetHandle(const TSharedRef< IPropertyTable > &, const TArray< TSharedRef< class IPropertyTableCustomColumn > > &)
| Name | CreatePropertyTableWidgetHandle |
| 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 < class IPropertyTableWidgetHandle > CreatePropertyTableWidgetHandle
(
const TSharedRef < IPropertyTable > & PropertyTable,
const TArray < TSharedRef < class IPropertyTableCustomColumn > > & Customizations
)