How can I access the same Print function I can access via blueprint?

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 :slight_smile:

Thanks! I will try that out!