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