How do I reset a time node in a UE4 Material [SOLVED]

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