All of a sudden UE now crashes when I made my four letter word a five letter word with the following
I have re-built my code and recompiled every time.
I was using the PrintLine(FString::PrintF(“string”), *variableName)));
I also tried the PrintLine(TEXT(“string”), *variableName)));
I have also commented out the PrintLine in cartridge.h and tried using the FString::Printf
I have deleted the Binaries and Intermediate directories and relaunched.
it still crashes when I click on Play.
How can I proceed ? I obviously can not proceed any further in the course till this is fixed