Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< class ISinglePropertyView > CreateSingleProperty
(
UObject* InObject, |
Creates a standalone widget for a single object property | PropertyEditorModule.h | |
virtual TSharedPtr< class ISinglePropertyView > CreateSingleProperty
(
const TSharedPtr< class IStructureDataProvider >& InStruct, |
Creates a standalone widget for a single struct property | PropertyEditorModule.h |
CreateSingleProperty(UObject *, FName, const struct FSinglePropertyParams &)
Description
Creates a standalone widget for a single object property
| Name | CreateSingleProperty |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
virtual TSharedPtr < class ISinglePropertyView > CreateSingleProperty
(
UObject * InObject,
FName InPropertyName,
const struct FSinglePropertyParams & InitParams
)
The new property if valid or null
Parameters
| Name | Remarks |
|---|---|
| InObject | The object to view |
| InPropertyName | The name of the property to display |
| InitParams | Optional init params for a single property |
CreateSingleProperty(const TSharedPtr< class IStructureDataProvider > &, FName, const struct FSinglePropertyParams &)
Description
Creates a standalone widget for a single struct property
| Name | CreateSingleProperty |
| 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 TSharedPtr < class ISinglePropertyView > CreateSingleProperty
(
const TSharedPtr < class IStructureDataProvider > & InStruct,
FName InPropertyName,
const struct FSinglePropertyParams & InitParams
)
The new property if valid or null
Parameters
| Name | Remarks |
|---|---|
| InStruct | The struct containing the property to view |
| InPropertyName | The name of the property to display |
| InitParams | Optional init params for a single property |