NokiMo
CodeLikeMe
CodeLikeMe

patreon


Unreal Survival #40 - Requester Dialog Box

In this episode of unreal engine survival tutorial series, I am going to implement a requester dialog box to confirm the players choice. Here I will be using this to confirm "Do you really want to quit the game?" when player press exit on the main menu. I will be implementing this dialog box using even dispatchers. For both Yes and No buttons, there will be 2 event dispatchers and we can dynamically bind events that defines what should happen when we press those buttons. Here I will bind the yes button to quit the game, but the same widget can be used to confirm other stuff such ass apply graphic setting changes or any other function that requires confirmation..

[Edit]

use the project files in this release : https://www.patreon.com/posts/54121475.  Gameinstance is missing in the attached files

password=codelikeme_requester

Unreal Survival #40 - Requester Dialog Box

Related Creators