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