Getting reference to defaultpawn blueprint

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:

image

Otherwise it’s there:

image

The controls are defined on the C++ level.

1 Like