GameInstance::virtual void Init();
TEXT("")
void UMyGameInstance::Init() { Super::Init(); UE_LOG(LogTemp, Log, TEXT("%s"), TEXT("Hello Unreal!")); }