This commit is contained in:
mordentral
2016-04-19 10:03:36 -04:00
parent fdfafcc845
commit 4fe9a9dc31
5 changed files with 32 additions and 8 deletions

View File

@@ -44,6 +44,18 @@ namespace EBlueprintResultSwitch
};
}
// This is to define server type searches
UENUM(BlueprintType)
namespace EBPServerPresenceSearchType
{
enum Type
{
AllServers,
ClientServersOnly,
DedicatedServersOnly
};
}
// Wanted this to be switchable in the editor
UENUM(BlueprintType)