Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SDropTarget > API/Editor/EditorWidgets/SDropTarget/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnDrop
(
const FOnDropDeprecated& InDeprecatedDelegate |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
TSharedRef< UserClass > InUserObjectRef, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
TSharedRef< UserClass > InUserObjectRef, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop
(
UserClass* InUserObject, |
SDropTarget.h |
OnDrop(const FOnDropDeprecated &)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
WidgetArgsType & OnDrop
(
const FOnDropDeprecated & InDeprecatedDelegate
)
OnDrop(TSharedRef< UserClass >, typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop
(
TSharedRef < UserClass > InUserObjectRef,
typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
OnDrop(TSharedRef< UserClass >, typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop
(
TSharedRef < UserClass > InUserObjectRef,
typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
OnDrop(UserClass *, typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop
(
UserClass * InUserObject,
typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
OnDrop(UserClass *, typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop
(
UserClass * InUserObject,
typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)