Epic Developer Community Forums
Callback inside function
Development
Programming & Scripting
Blueprint
unreal-engine
,
question
,
Blueprint
,
Staff-Pick-UE
,
Widget
Supremative
(Supremative)
January 22, 2023, 10:32pm
10
I prefer an event dispatcher, as I’ve suggested above.
You call the function Login:
image
900×287 26.4 KB
Then you execute your Login function:
image
828×403 36 KB
Then send a callback to the widget with the event dispatcher:
image
1158×410 45.2 KB
And catch it in the widget:
image
1148×637 56.7 KB
show post in topic