I would like to record the number of frames from the start of an event to the end, possibilities?

in the BP containing your event, I’d just add an INT variable, increase it by one in your event using ++ or +1… the final value of your INT variable will be the number of frames

you could use PrintString to show the result on screen