Create NakatomiGameInstance
This commit is contained in:
parent
7079c129f7
commit
95481dba52
@ -4,6 +4,7 @@
|
||||
GameDefaultMap=/Game/Levels/TestLevel.TestLevel
|
||||
GlobalDefaultGameMode=/Game/Player/DefaultGamemode.DefaultGamemode_C
|
||||
EditorStartupMap=/Game/Levels/TestLevel.TestLevel
|
||||
GameInstanceClass=/Game/Blueprints/MainGameInstance.MainGameInstance_C
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
|
BIN
Content/Blueprints/MainGameInstance.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/MainGameInstance.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
5
Source/Nakatomi/NakatomiGameInstance.cpp
Normal file
5
Source/Nakatomi/NakatomiGameInstance.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "NakatomiGameInstance.h"
|
||||
|
17
Source/Nakatomi/NakatomiGameInstance.h
Normal file
17
Source/Nakatomi/NakatomiGameInstance.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Engine/GameInstance.h"
|
||||
#include "NakatomiGameInstance.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class NAKATOMI_API UNakatomiGameInstance : public UGameInstance
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user