Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- ISinglePropertyView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h |
| Include | #include "ISinglePropertyView.h" |
Syntax
class ISinglePropertyView : public SCompoundWidget
Remarks
Represents a single property not in a property tree or details view for a single object Structs and Array properties cannot be used with this method
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class IPropertyHandle > | |||
| bool | Whether or not this widget has a valid property | ||
| void | Sets the object to view/edit on the widget | ||
| void | SetOnPropertyValueChanged
(
FSimpleDelegate& InOnPropertyValueChanged |
Sets a delegate called when the property value changes |