enum class ECitadelPingMessageRecipients_ t : uint32
{
// MPropertyFriendlyName = Global Sound - Allied Players
k_ ECitadelRecipients_ GlobalFriendlyTeam = 0,
// MPropertyFriendlyName = Ping Target and Pinging Player only
k_ ECitadelRecipients_ RecipientAndPlayer = 1,
// MPropertyFriendlyName = Allied Players around Pinging Player
k_ ECitadelRecipients_ RecipientsAroundPlayer = 2,
// MPropertyFriendlyName = Global Sound - Allied and Enemy Players
k_ ECitadelRecipients_ GlobalAllChat = 3,
};