UE_LOG infinite compile time

I just added the line :

UE_LOG(LogTemp, Warinig, TEXT(“This is a warning”));

in the file WorldPosition.h and tried to compile it. The compile process doesn’t stop (after 10 min cancled it). Without this line it compiles in 8secs. What am I doing wrong?

Hi, try “Warning” instead of “Warinig”

O, if you just do it right, it works! That was the error. But interesting is that this typo does not throw a compiler warning, and insteand compiles for that long time.

But anyway, thank you very much!!!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms