Hi I was testing this script that prints a text at runtime.
var printer = Engine.GetService<ITextPrinterManager>();
printer.PrintTextAsync("MyPrinter", "Message");
It works correctly, but when writing a new message, the texts are added to the previous one, is there any way to clean the TexPrinter when adding a new text?