Documentation bug in tutorial "Variables, Timers, and Events"

I see. Thank you for the information, newbie here :wink:

Hi

I just wanted to signal that while following the tutorial Variables, Timers, and Events,
In order to be able to compile the example code, I had to include the following header file in Countdown.h:

#include "Runtime/Engine/Classes/Components/TextRenderComponent.h"

Regards

The way 4.16 handles include files has changed. It makes sense you might have some issues when following a tutorial from 4.9.

Maybe one day the documentation will update but keep in mind the engine version when following along as the rules might change along the way.

Here is a guide to the “Include What You Use” change in the engine.