UMG : How could I skip to the second text ?

Hello !
I have an UMG Widget used to display a simple text box. I also used a Blueprint system in which the text display letter by letter (first picture). I want to be able to skip to a second text by pressing a key (i.e, the first part of the text is “Hello I’m an NPC” which fill entirely the text box, then an input is pressed and the text box now display “You have to go in a specific place etc.”)
But I don’t know exactly how I could skip to the second text. I can’t copy the whole letter by letter system for optimization reasons. So how could I put the “dialogue 02” variable (circled in red) in my BP to be able to display it?
The second picture is the function in the Widget BP to display the dialogue.

Thank you for your help :slight_smile: