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

17 lines
309 B
C++

#pragma once
#include "CoreMinimal.h"
#include "EFortContributionGraphElements.generated.h"
UENUM(BlueprintType)
namespace EFortContributionGraphElements {
enum Type {
ProportionalLine,
IntegralLine,
TotalLine,
PendingLine,
ActionLine,
Max_None,
};
}