SasMaster
(SasMaster)
October 1, 2014, 7:01pm
1
Hi guys.I am reading the “Quick start” tutorial and in the place where GEngine should be inserted I see the name is not recognized.
The demo code :
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Yellow, TEXT("Hello World!"));
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Yellow, FString::FromInt(myNumber));
also doesn’t compile.
UPDATE:
Found it: Need to include “Engine.h” .Please update your docs.
Hi ,
What version of the Engine are you currently using? I just ran through the programming Quick Start Guide using 4.4.3 built from source code and had no compile errors using the code exactly as it appears in the Guide.
SasMaster
(SasMaster)
October 2, 2014, 6:12pm
3
Same is here,the latest version 4.4.3 and I had to add Engine.h to get it compiled
Hey -
Have you had the same issue of having to add Engine.h to compile the quick start guide in 4.6?