Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SDragAndDropVerticalBox > API/Runtime/SlateCore/SDragAndDropVerticalBox/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h |
OnCanAcceptDrop_Raw(UserClass *, typename FOnCanAcceptDrop::template TMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnCanAcceptDrop_Raw |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass * InUserObject,
typename FOnCanAcceptDrop::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
OnCanAcceptDrop_Raw(UserClass *, typename FOnCanAcceptDrop::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
| Name | OnCanAcceptDrop_Raw |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
template<typename UserClass, typename... VarTypes>
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass * InUserObject,
typename FOnCanAcceptDrop::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)