--- Player.cpp 2018-10-13 13:38:00.969011532 -0500 +++ Player_new.cpp 2018-10-13 23:40:51.971677987 -0500 @@ -64,7 +64,9 @@ if (!bWriteToLog) { - return StrOut; + typedef FConsoleOutputDevice &FConsoleOutputDeviceRef; + FConsoleOutputDeviceRef &&StrOut_ref = StrOut; + return (FConsoleOutputDevice&&)StrOut_ref; } return TEXT("");