FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SContentReference::FArguments

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SContentReference.h

Include

#include "WorkflowOrientedApp/SContentReference.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SContentReference >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowClearingReference

(
    const TAttribute< bool >& InAttrib...
)

Can the user clear the existing asset reference?

Public function

WidgetArgsTy...

 

AllowedClass

(
    const TAttribute< UClass* >& ...
)

If specified, the asset references are restricted to this class.

Public function

WidgetArgsTy...

 

AllowSelectingNewAsset

(
    const TAttribute< bool >& InAttrib...
)

Can the user pick a new asset to reference?

Public function

WidgetArgsTy...

 

AssetPickerSizeOverride

(
    const TAttribute< FVector2D >& InA...
)

When you'd like to modify size of the asset picker window

Public function

WidgetArgsTy...

 

AssetReference

(
    const TAttribute< UObject* >&...
)

The asset being displayed by this widget.

Public function

WidgetArgsTy...

 

InitialAssetViewType

(
    EAssetViewType::Type InArg
)

Initial view type

Public function

WidgetArgsTy...

 

OnClickedTools

(
    const FOnClicked& InDelegate
)

The event to call when the tools button is clicked.

Public function

WidgetArgsTy...

 

OnSetReference

(
    const FOnSetReference& InDelegate
)

When user changes the referenced object

Public function

WidgetArgsTy...

 

OnShouldFilterAsset

(
    const FOnShouldFilterAsset& InDele...
)

If bound, this delegate will be executed for each asset in the asset picker to see if it should be filtered.

Public function

WidgetArgsTy...

 

ShowFindInBrowserButton

(
    const TAttribute< bool >& InAttrib...
)

Should the find in content browser button be shown?

Public function

WidgetArgsTy...

 

ShowToolsButton

(
    const TAttribute< bool >& InAttrib...
)

Should the tools button be shown?

Public function

WidgetArgsTy...

 

Style

(
    FName InArg
)

The style of the content reference widget (optional)

Public function

WidgetArgsTy...

 

WidthOverride

(
    const TAttribute< FOptionalSize >&...
)

When specified, the path box will request this fixed size.

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