How to create a quizz/trivia game only using umg/bp ?

No worries, it seems to me you’re doing well.

In the widget, create an int variable, let’s call it QuestionIndex; Next button’s onClick will increase its value by 1 every time it’s clicked:

Use this variable to fetch the row from the DataTable, and set questions’ and answers’ text values.