Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/SClassPropertyEntryBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SClassPropertyEntryBox::FArguments
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SClassPropertyEntryBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowAbstract
(
bool InArg |
Whether or not abstract classes are allowed (optional) | |
| WidgetArgsType & | AllowNone
(
bool InArg |
Should we be able to select "None" as a class? (optional) | |
| WidgetArgsType & | HideViewOptions
(
bool InArg |
Show the View Options part of the class picker dialog | |
| WidgetArgsType & | IsBlueprintBaseOnly
(
bool InArg |
Should only base blueprints be displayed? (optional) | |
| WidgetArgsType & | The meta class that the selected class must be a child-of (required) | ||
| WidgetArgsType & | OnSetClass
(
const FOnSetClass& InDelegate |
Delegate used to set the currently selected class (required) | |
| WidgetArgsType & | RequiredInterface
(
const UClass* InArg |
An interface that the selected class must implement (optional) | |
| WidgetArgsType & | SelectedClass
(
const TAttribute< const UClass* >& InAttribute |
Attribute used to get the currently selected class (required) | |
| WidgetArgsType & | ShowDisplayNames
(
bool InArg |
True to show class display names rather than their native names, false otherwise | |
| WidgetArgsType & | ShowTreeView
(
bool InArg |
Show the class picker as a tree view rather than a list |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |