Files
UnrealEvent/Project/Source/FortniteUI/Public/EAthenaEventMatchInfoSortMethod.h
2026-04-22 15:51:07 +02:00

12 lines
212 B
C

#pragma once
#include "CoreMinimal.h"
#include "EAthenaEventMatchInfoSortMethod.generated.h"
UENUM(BlueprintType)
enum class EAthenaEventMatchInfoSortMethod : uint8 {
Eliminations,
Place,
Count,
};