steady increasing number (each second) ?

You can just use current time in seconds.
double IncreasingValue = FPlatfromTime::Seconds();

Round it to an integer if you need to, better to int64, because it can be a big value.