Files
FNGameProj/Source/FortniteGame/Public/EFortMatchmakingPool.h
2024-01-21 00:41:14 +01:00

18 lines
250 B
C

#pragma once
#include "CoreMinimal.h"
#include "EFortMatchmakingPool.generated.h"
UENUM(BlueprintType)
enum class EFortMatchmakingPool : uint8 {
Any,
Desktop,
PS4,
XboxOne,
Mobile,
Test,
Switch,
Console,
All,
};