Hi guys, I am new to UE and I was making my own game these days.
I made some specific settings for third person blueprint in my first level, however, I realized this blueprint would affect all levels in my game.
How to use different third/first person BP setting for different levels?
Thanks in advance.
Hi there
Welcome.
You want to create a game mode, which is a blueprint type. You may have this sample classes if you added the first person and the third person templates. If not available, go to your content browser, right click, create blueprint class, type game mode. Rename it and fill in the default classes for your player. Then assign this game mode for each opened level, going to “world settings” and select “game mode override”.
The game mode is assigned for each level, and you can define the default player pawn class, so you can have one level as third person character and other levels as first person character.
It works. Thank you very much!
1 Like