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

13 lines
241 B
C

#pragma once
#include "CoreMinimal.h"
#include "EFortDefenderInteractionError.generated.h"
UENUM(BlueprintType)
enum class EFortDefenderInteractionError : uint8 {
None,
Obstructed,
NoEditPermission,
UsedByAnotherPlayer,
};