mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 16:34:07 +00:00
fd
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user