// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.UI { /// /// Notification locations to be used to set the preference /// for pop-up. /// /// public enum NotificationLocation : int { TopLeft, TopRight, BottomLeft, BottomRight } }