Limen Framework 0.1 Help

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

float

RechargeRate

Public

The rate at which the health attribute recharges.

float

MaxValue

Public

The maximum value that the health attribute can hold.

float

InitialValue

Public

The initial value of the health attribute when it is created.

Functions

Return Type

Signature

Description

void

ULimenHealthAttribute()

Constructor for ULimenHealthAttribute. Initializes the recharge rate, maximum value, and initial value of the health attribute.

Usage & Implementation Notes

  • The RechargeRate, MaxValue, and InitialValue properties are initialized in the constructor.

  • This class does not override any UE5 lifecycle events or provide complex logic beyond basic initialization.

22 May 2026