// Fill out your copyright notice in the Description page of Project Settings. #include "Lobby/LobbyGameMode.h" #include "FunctionLibraries/LuckyRobotsFunctionLibrary.h" void ALobbyGameMode::BeginPlay() { Super::BeginPlay(); ULuckyRobotsFunctionLibrary::UpdateQualitySettings(this); }