Variables, Timers, and Events tutorial

I figured this out.

I had to include Engine.h to my Actor header file.

I also had to change the FString::FromInt( ) calls to, FText::AsNumber( ) and TEXT( ) to, FText::AsCultureInvariant( ) for UpdateTimerDisplay( ) and CountdownHasFinished( ), in that order.