Unreal Day - 35 - End of Section 5. ToonTank 🚙
·
Unreal Engine/Udemy:UE5 C++ 학습하고 게임 만들기
#include "Today_Code_Adventure.h"#include "Level_Up.h"#include "TIL_Retrospective"class Quest{ public: TIL today_I_Learned = "Rome wasn't built in a day."; Implementation Implementations = { 게임 규칙을 정한다. // GameModeBase 게임 규칙을 가져온다. // UGameplayStatics::GetGameMode(); Input 활성화 & 비활성화 한다. // GetPawn()->EnableInput(); | DisableInput(); 게임 시작 카운트를 한다. // FTimerManager &..