Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/SStructPropertyEntryBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SStructPropertyEntryBox::FArguments
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SStructPropertyEntryBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowNone
(
bool InArg |
Should we be able to select "None" as a struct? (optional) | |
| WidgetArgsType & | HideViewOptions
(
bool InArg |
Show the View Options part of the struct picker dialog | |
| WidgetArgsType & | MetaStruct
(
const UScriptStruct* InArg |
The meta class that the selected struct must be a child-of (optional) | |
| WidgetArgsType & | OnSetStruct
(
const FOnSetStruct& InDelegate |
Delegate used to set the currently selected struct (required) | |
| WidgetArgsType & | SelectedStruct
(
const TAttribute< const UScriptStruct* >& InAttribute |
Attribute used to get the currently selected struct (required) | |
| WidgetArgsType & | ShowDisplayNames
(
bool InArg |
True to show struct display names rather than their native names, false otherwise | |
| WidgetArgsType & | ShowTreeView
(
bool InArg |
Show the struct picker as a tree view rather than a list |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |