Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedPtr< class ISinglePropertyView > CreateSingleProperty
&40;
UObject &42; InObject,
FName InPropertyName,
const struct FSinglePropertyParams & InitParams
&41;
Remarks
Creates a standalone widget for a single 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 |