Add game mode to ingame level & add blueprint

This commit is contained in:
BeastLe9enD 2025-04-05 18:09:49 +02:00
parent 96c3f9121b
commit e1a0ead6bb
3 changed files with 7 additions and 3 deletions

BIN
Content/Blueprints/BP_Character.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Levels/InGame.umap (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +1,6 @@
#include "LBGameMode.h"
ALBGameMode::ALBGameMode() {
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/Blueprints/BP_Character"));
DefaultPawnClass = PlayerPawnClassFinder.Class;
}