Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/SProperty
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SProperty::FArguments
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SProperty >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | CustomWidget () |
The widget to display for this property instead of the default | |
| WidgetArgsType & | DisplayName
(
const TAttribute< FText >& InAttribute |
The display name to use in the default property widget | |
| WidgetArgsType & | DisplayResetToDefault
(
bool InArg |
Whether or not to display the default reset to default button. | |
| WidgetArgsType & | ShouldDisplayName
(
bool InArg |
Whether or not to display the property name |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |