I’ve made a subsystem (subclass of UGameInstanceSubsystem) in order to embed an existing piece of code in Unreal.
This code is doing some printf(“”). Where can I see these output when I’m running the subsystem in ply mode in the editor? And how can I rereroute them to make them easiling visible (in output log)?