LEAP Documentation 40220
Documentation for the LEAP project
AfflictionInstanceMaxShields.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2021. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "AfflictionInstanceMaxShields.generated.h"
8
9UCLASS()
11{
12 GENERATED_BODY()
13
14public:
15 /* Should we update the shields to match the new maximum value? This could result in a full heal. */
16 UPROPERTY(EditDefaultsOnly)
17 bool bSetShieldsToMaxShields = true;
18
19 virtual void ApplyModifier() override;
20};
Definition: AfflictionInstanceFloat.h:18
Definition: AfflictionInstanceMaxShields.h:11