I'd like to create a new file (other than Launch.log) to log all in-game chat among players, so server admins can check the chat history.
Does anyone know if this is possible with UDK?
I know I could create a .ini file to write data to, but that doesn't seem appropriate. I also guess I could BasicSaveObject to write a file. But that seems like it would write the full file each time (rather than appending new logs to the end of the file).
Does anyone know if this is possible with UDK?
I know I could create a .ini file to write data to, but that doesn't seem appropriate. I also guess I could BasicSaveObject to write a file. But that seems like it would write the full file each time (rather than appending new logs to the end of the file).
Comment