ULimenHealthAttribute
Overview
ULimenHealthAttribute is a class that extends ULimenAttributeBase to manage health-related attributes. It includes properties for recharge rate, maximum value, and initial value, providing a basic framework for handling health data within the ability system.
Properties
Type | Name | Access | Description |
|---|---|---|---|
| RechargeRate | Public | The rate at which the health attribute recharges. |
| MaxValue | Public | The maximum value that the health attribute can hold. |
| InitialValue | Public | The initial value of the health attribute when it is created. |
Functions
Return Type | Signature | Description |
|---|---|---|
|
| Constructor for |
Usage & Implementation Notes
The
RechargeRate,MaxValue, andInitialValueproperties are initialized in the constructor.This class does not override any UE5 lifecycle events or provide complex logic beyond basic initialization.