I’d like to modify the Defaultpawn blueprint that Unreal spawns on start when using GameMode default.
I tried to search it in the engine folders and can’t find it. Does it exist? So I could duplicate it and edit it?
I’d like to modify the Defaultpawn blueprint that Unreal spawns on start when using GameMode default.
I tried to search it in the engine folders and can’t find it. Does it exist? So I could duplicate it and edit it?
In BP you can override it and whatever it’s doing:

Otherwise it’s there:

The controls are defined on the C++ level.