[SOLVED] Draw multiple HUD text: 1 destructible and 1 persistent

Draw HUD is called on every draw of hud, so practicly on every tick. You can filter things with flow control nodes, like branch. For example create a bool variable and insted of destroying whole actor, amke branch that stops Draw HUD call and use bool to control if it’s displayed or not.