FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SDropTarget::FArguments

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h

Include

#include "SDropTarget.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SDropTarget >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BackgroundColor

(
    FLinearColor InArg
)

The color multiplier that is applied to the background image.

Public function

WidgetArgsTy...

 

BackgroundColorHover

(
    FLinearColor InArg
)

The color multiplier that is applied to the background image on hover.

Public function

WidgetArgsTy...

 

BackgroundImage

(
    const FSlateBrush* InArg
)

The background image that is applied after the surface.

Public function

NamedSlotPro...

 

Content()

Content to display for the in the drop target

Public function

WidgetArgsTy...

 

HorizontalImage

(
    const FSlateBrush* InArg
)

Horizontal border image that is used.

Public function

WidgetArgsTy...

 

InvalidColor

(
    FLinearColor InArg
)

The color of the vertical/horizontal images when the drop data is not valid

Public function

WidgetArgsTy...

 

OnAllowDrop

(
    const FVerifyDrag& InDelegate
)

Called to check if an asset is acceptable for dropping

Public function

WidgetArgsTy...

 

OnDrop

(
    const FOnDrop& InDelegate
)

Called when a valid asset is dropped

Public function

WidgetArgsTy...

 

OnIsRecognized

(
    const FVerifyDrag& InDelegate
)

Called to check if an asset is acceptable for dropping

Public function

WidgetArgsTy...

 

ValidColor

(
    FLinearColor InArg
)

The color of the vertical/horizontal images when the drop data is valid

Public function

WidgetArgsTy...

 

VerticalImage

(
    const FSlateBrush* InArg
)

Vertical border image that is used.

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

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