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_UObject
(
UserClass* InUserObject, |
SDropTarget.h | ||
WidgetArgsType & OnDrop_UObject
(
UserClass* InUserObject, |
SDropTarget.h |
OnDrop_UObject(UserClass *, typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop_UObject |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop_UObject
(
UserClass * InUserObject,
typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
OnDrop_UObject(UserClass *, typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnDrop_UObject |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h |
| Include Path | #include "SDropTarget.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnDrop_UObject
(
UserClass * InUserObject,
typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)