Blinking Text

How can I make a text shown in the HUD via draw text function blinking?

Thank you in advance.

Use a bool variable with a branch before the draw text node. Use a tmeline to change the bool variable to true and false repeatedly.