#pragma once #include "CoreMinimal.h" #include "AfflictionEffect.h" #include "ShieldLinkedAfflictionEffect.generated.h" UCLASS(Blueprintable) class UShieldLinkedAfflictionEffect : public UAfflictionEffect { GENERATED_BODY() public: UShieldLinkedAfflictionEffect(); };