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

13 lines
344 B
C++

#pragma once
#include "CoreMinimal.h"
#include "GameplayEffectExecutionCalculation.h"
#include "FortGameplayEffectExecutionCalculation.generated.h"
UCLASS(Blueprintable)
class UFortGameplayEffectExecutionCalculation : public UGameplayEffectExecutionCalculation {
GENERATED_BODY()
public:
UFortGameplayEffectExecutionCalculation();
};