- Make a float parameter (constant → rightclick → make parameter)
- In a blueprint, make a float variable, make it increment with deltatime on tick.
- Make a reference to a dynamic material instance in bleuprint, assign where you want it to display.
- Also on tick, set material parameter on the dynamic material instance to the float variable you made earlier.
3 Likes