Added blank worker thread
This commit is contained in:
@@ -14,6 +14,14 @@ void init_wrapper(EngineWrapper* w) {
|
||||
}
|
||||
}
|
||||
|
||||
// Print text using GEngine->Add...
|
||||
void RawPrint(const char* text) {
|
||||
if (GEngine)
|
||||
{
|
||||
GEngine->AddOnScreenDebugMessage(-1, 15.0f, FColor::Yellow, FString(text));
|
||||
}
|
||||
}
|
||||
|
||||
static TArray<FString> dprints;
|
||||
|
||||
void DPrint(const FString& fs) {
|
||||
|
||||
Reference in New Issue
Block a user