Questions about text box and Blueprint Office -Tutorial

Hi Mr_Ren,

To get the popup to expand correctly:

  • Click on the blueprint in your level.

  • In the Details panel you should see an exposed public variable for Preview Mode.

  • Make sure to disable it. Do this on all of the text boxes that you want to have open when approached.

The portion of the blueprint to modify in order to add OnClick events would be the section titled “The box is triggered by pawns overlapping the sphere component”. You would need to add mouse click functionality to you project then change this portion of the blueprint to on clicked instead of overlap.

TJ