Add game mode to ingame level & add blueprint
This commit is contained in:
parent
96c3f9121b
commit
e1a0ead6bb
BIN
Content/Blueprints/BP_Character.uasset
(Stored with Git LFS)
Normal file
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)
BIN
Content/Levels/InGame.umap
(Stored with Git LFS)
Binary file not shown.
@ -1,5 +1,6 @@
|
|||||||
#include "LBGameMode.h"
|
#include "LBGameMode.h"
|
||||||
|
|
||||||
ALBGameMode::ALBGameMode() {
|
ALBGameMode::ALBGameMode() {
|
||||||
|
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/Blueprints/BP_Character"));
|
||||||
|
DefaultPawnClass = PlayerPawnClassFinder.Class;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user