Fixes for building as an engine plugin with latest merge

This commit is contained in:
ed
2025-05-16 21:08:29 -04:00
parent 510769f3d8
commit 8303186775
4 changed files with 6 additions and 2 deletions
@@ -19,9 +19,9 @@ public:
virtual bool GetColor(const FCogWindow& InCallingWindow, FLinearColor& OutColor) const override;
UPROPERTY(EditAnywhere)
UPROPERTY(EditAnywhere, Category="Cog")
TSubclassOf<UGameplayAbility> Ability;
UPROPERTY(EditAnywhere)
UPROPERTY(EditAnywhere, Category="Cog")
bool RemoveAbilityOnEnd = true;
};