This print function logs to the screen, console and log. Is there any way to call it via Cpp?
Hi
I think you are looking for UKismetSystemLibrary::PrintString just need to pass it a WorldContext and what you want to print.
Hope that helps
Thanks! I will try that out!