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

12 lines
206 B
C

#pragma once
#include "CoreMinimal.h"
#include "EFortBuildingHealthDisplayRule.generated.h"
UENUM(BlueprintType)
enum class EFortBuildingHealthDisplayRule : uint8 {
Never,
Allowed,
Always,
};