Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SDraggableBoxOverlay > API/Developer/ToolWidgets/SDraggableBoxOverlay/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & IsDraggable
(
TAttribute< bool > InAttribute |
Overlay/SDraggableBoxOverlay.h | ||
WidgetArgsType & IsDraggable
(
TSharedRef< UserClass > InUserObjectRef, |
Bind attribute with delegate to a shared pointer-based class method. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & IsDraggable
(
UserClass* InUserObject, |
Bind attribute with delegate to a shared pointer-based class method. | Overlay/SDraggableBoxOverlay.h |
IsDraggable(TAttribute< bool >)
| Name | IsDraggable |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/SDraggableBoxOverlay.h |
| Include Path | #include "Overlay/SDraggableBoxOverlay.h" |
WidgetArgsType & IsDraggable
(
TAttribute < bool > InAttribute
)
IsDraggable(TSharedRef< UserClass >, typename TAttribute< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | IsDraggable |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/SDraggableBoxOverlay.h |
| Include Path | #include "Overlay/SDraggableBoxOverlay.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & IsDraggable
(
TSharedRef < UserClass > InUserObjectRef,
typename TAttribute < bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
IsDraggable(UserClass *, typename TAttribute< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | IsDraggable |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/SDraggableBoxOverlay.h |
| Include Path | #include "Overlay/SDraggableBoxOverlay.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & IsDraggable
(
UserClass * InUserObject,
typename TAttribute < bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)