diff --git a/Source/vampires/VampireCharacter.h b/Source/vampires/VampireCharacter.h index 40444fc..3dfe603 100644 --- a/Source/vampires/VampireCharacter.h +++ b/Source/vampires/VampireCharacter.h @@ -27,7 +27,7 @@ public: UPROPERTY(BlueprintReadWrite, EditAnywhere) float SlerpSpeed = 10.0f; protected: - UPROPERTY() + UPROPERTY(VisibleAnywhere) UHealthComponent* HealthComponent; UPROPERTY(EditAnywhere, BlueprintReadWrite)