hi guys . im new ue5 ,I don't know how to put my command lines into ue5, so can anyone help me?im using c++ program language thanks everyone

hi guys . im new ue5 ,I don’t know how to put my command lines into ue5, so can anyone help me?im using c++ program language thanks everyone

Hey there @UiLatroi! Welcome to the community! Are you trying to create your own custom commands? If so, here’s a resource! If not, and you just want to call commands in C++:

FString command = "p.VisualizeMovement";
GetWorld()->Exec(GetWorld(), *command);

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.

because unreal is an US company they use the US key keyboard layout that has the tilda ~ Key Rest of the world doesn’t have it so you need to go to option search for the “console command box” and add a different key. then it will work

Why the devs that work on the editor don’t understand that the keyboard layout for the rest of the world doesn’t include that key is the first mystery

the second mystery is why all these keyboards manufactures don’t add this stupid key somewhere on the keyboard. I have this thing § that I’ve never used in my entire life. What is that? Nobody knows.