Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
class SProperty : public SCompoundWidget
Remarks
Represents a widget that can display a FProperty With the ability to customize the look of the property
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | PropertyHandle | The handle being accessed by this widget |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~SProperty () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FText | |||
| bool | Returns whether or not this property is valid. | ||
| void | Resets the property to default | ||
| bool |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnPropertyValueChanged |