일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Aegis
- 유니티
- photon fusion2
- Unreal Engine
- unity
- listen server
- 언리얼 엔진
- MAC
- gameplay effect
- 게임개발
- 보안
- gas
- ability task
- gameplay tag
- map design
- stride
- UI
- animation
- attribute
- 게임 개발
- nanite
- gameplay ability system
- os
- rpc
- CTF
- network object pooling
- 언리얼엔진
- Multiplay
- local prediction
- Replication
Archives
- Today
- Total
목록Save Game (1)
Replicated
[FPSScoring] 게임 저장 기능
// h// Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "CoreMinimal.h"#include "Engine/GameInstance.h"#include "FSGameInstance.generated.h"/** * */UCLASS()class FPSSCORING_API UFSGameInstance : public UGameInstance{ GENERATED_BODY() public: UFSGameInstance(); void SaveGame(); void LoadGame(); FORCEINLINE int32 GetMaxScore() { return MaxScore; }pri..
언리얼 엔진/Mini Projects [Unreal]
2025. 2. 27. 07:37