// Copyright 2025 https://yuewu.dev/en All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GGA_AbilitySystemGlobals.h" #include "DEPRECATED_GCS_AbilitySystemGlobals.generated.h" UCLASS(Deprecated, meta=(DeprecationMessage="GCS_AbilitySystemGlobals is deprecated. Please use GGA_AbilitySystemGlobals instead.")) class GENERICCOMBATSYSTEM_API UDEPRECATED_GCS_AbilitySystemGlobals : public UGGA_AbilitySystemGlobals { GENERATED_BODY() public: virtual FGameplayEffectContext* AllocGameplayEffectContext() const override; };