Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SDropTarget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDropTarget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDropTarget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SDropTarget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SDropTarget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & BackgroundColor
(
const FLinearColor& InBackgroundColor |
SDropTarget.h | ||
FArguments & BackgroundColorHover
(
const FLinearColor& InBackgroundColor |
SDropTarget.h | ||
WidgetArgsType & BackgroundImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
The background image that is applied after the surface. | SDropTarget.h | |
WidgetArgsType & bOnlyRecognizeOnDragEnter
(
const TAttribute< bool >& InAttribute |
When this is true, the drop target will only get recognized when entering while drag & dropping. | SDropTarget.h | |
WidgetArgsType & bUseAllowDropCache
(
bool InArg |
Whether to cache off the results of AllowDrop. | SDropTarget.h | |
NamedSlotProperty< FArguments > Content() |
Content to display for the in the drop target | SDropTarget.h | |
FOnDrop ConvertOnDropFn
(
const FOnDropDeprecated& LegacyDelegate |
SDropTarget.h | ||
WidgetArgsType & HorizontalImage
(
const FSlateBrush* InArg |
Horizontal border image that is used. | SDropTarget.h | |
WidgetArgsType & InvalidColor
(
FSlateColor InArg |
The color of the vertical/horizontal images when the drop data is not valid | SDropTarget.h | |
WidgetArgsType & OnAllowDrop
(
const FVerifyDrag& InDelegate |
Called to check if an asset is acceptable for dropping | SDropTarget.h | |
WidgetArgsType & OnDragEnter
(
const FOnDragAction& InDelegate |
SDropTarget.h | ||
WidgetArgsType & OnDragLeave
(
const FOnDragAction& InDelegate |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
TSharedRef< UserClass > InUserObjectRef, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
TSharedRef< UserClass > InUserObjectRef, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
const FOnDropDeprecated& InDeprecatedDelegate |
SDropTarget.h | ||
WidgetArgsType & OnDrop_Lambda
(
FunctorType&& InFunctor, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_Raw
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_Raw
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_Static
(
StaticFuncPtr InFunc, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_UObject
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_UObject
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDropped
(
const FOnDrop& InDelegate |
Called when a valid asset is dropped | SDropTarget.h | |
WidgetArgsType & OnIsRecognized
(
const FVerifyDrag& InDelegate |
Called to check if an asset is acceptable for dropping | SDropTarget.h | |
WidgetArgsType & ValidColor
(
FSlateColor InArg |
The color of the vertical/horizontal images when the drop data is valid | SDropTarget.h | |
WidgetArgsType & VerticalImage
(
const FSlateBrush* InArg |
Vertical border image that is used. | SDropTarget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
SDropTarget.h |