FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SClassPropertyEntryBox::FArguments

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h

Include

#include "PropertyCustomizationHelpers.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowAbstract

(
    bool InArg
)

Whether or not abstract classes are allowed (optional)

Public function

WidgetArgsTy...

 

AllowNone

(
    bool InArg
)

Should we be able to select "None" as a class? (optional)

Public function

WidgetArgsTy...

 

HideViewOptions

(
    bool InArg
)

Show the View Options part of the class picker dialog

Public function

WidgetArgsTy...

 

IsBlueprintBaseOnly

(
    bool InArg
)

Should only base blueprints be displayed? (optional)

Public function

WidgetArgsTy...

 

MetaClass

(
    const UClass* InArg
)

The meta class that the selected class must be a child-of (required)

Public function

WidgetArgsTy...

 

OnSetClass

(
    const FOnSetClass& InDelegate
)

Delegate used to set the currently selected class (required)

Public function

WidgetArgsTy...

 

RequiredInterface

(
    const UClass* InArg
)

An interface that the selected class must implement (optional)

Public function

WidgetArgsTy...

 

SelectedClass

(
    const TAttribute< const UClass*...
)

Attribute used to get the currently selected class (required)

Public function

WidgetArgsTy...

 

ShowDisplayNames

(
    bool InArg
)

True to show class display names rather than their native names, false otherwise

Public function

WidgetArgsTy...

 

ShowTreeView

(
    bool InArg
)

Show the class picker as a tree view rather than a list

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss