Difference between cout and printline

Why do we use PrintLine("") instead of using cout.Because same output could be achieved with std::cout<<“Message”<<std::endl;
Or is there some difference between the two?

1 Like

std::cout is for the terminal and PrintLine is for Unreal

But in this project we are using the terminal.Then we should have no problem using cout right?

Privacy & Terms