Jul 12, 2024
File > Settings > Appearance Behavior > New UI > Check Enable New UI
fabmacros.h
#define PRINT(fmt, ...) if(GEngine) GEngine->AddOnScreenDebugMessage(-1, 5.0f, FColor::Blue, FString::Printf(TEXT(fmt), ##__VA_ARGS__))
Full transcript