3dsmax HLSL - realtime constant

Hey guys!

I’m working on an HLSL shader for 3dsmax that transforms vertices over time like a wave.
Currently I’m using the sliderTime:

float Time : TIME ;

Do you know of any constant that contains the realtime that I could use so that the user doesn’t need to press play?

Cheers!