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

21 lines
384 B
C

#pragma once
#include "CoreMinimal.h"
#include "EFortFrontEndFeature.generated.h"
UENUM(BlueprintType)
enum class EFortFrontEndFeature : uint8 {
ShowHomeBase,
ShowHeroList,
ShowVault,
ShowStore,
PlayZone,
ShowDailyRewards,
ShowHeroSelect,
RecruitHero,
ShowHomeBaseOverview,
STWArmory_Transform,
STWArmory_CollectionBook,
MAX_None,
};