Choices can be used to allow the player to make a decision when interacting with an environment object.

They can be created from the toolbox:

image.png

On the BP instance, you can specify the dialog and the presented choices:

image.png

To react to the selection, you can register to it from the Level Blueprint, where the choice will be retrieved as an Index.

image.png