OnDrop

Overload list

Unreal Engine C++ API Reference > Editor > EditorWidgets > SDropTarget > FArguments

  Type Name Description
Public function WidgetArgsType &

OnDrop ( const FOnDropDeprecated& InDeprecatedDelegate
)

 
Public function WidgetArgsType &

OnDrop ( TSharedRef< UserClass > InUserObjectRef,
typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)

 
Public function WidgetArgsType &

OnDrop ( TSharedRef< UserClass > InUserObjectRef,
typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)

 
Public function WidgetArgsType &

OnDrop ( UserClass* InUserObject,
typename FOnDropDeprecated::template TMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)

 
Public function WidgetArgsType &

OnDrop ( UserClass* InUserObject,
typename FOnDropDeprecated::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)

 

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page