Name of shooter game character blueprint?

I need to look at the blueprint of the shooter game character to see how to switch weapons a and zoom.

Use “Class Viewer” to find it, you can open class viewer inbwindom menu, younwill see all C++ and Blueprint classes in it, if class is made in blueprint when right click it you can see option to open blueprint. But if ik not mistaken shooter game have most code in C++

Hi 2 Stooges,

You’re looking for “ShooterCharacter” class.

It will not have what you are looking for displayed as blueprint nodes. Shootergame is a C++ based project and all of the weapon programming was done via that. Let us know if you have any questions.

Darn it. Thanks anyways