ULimenPassiveAbility
Overview
ULimenPassiveAbility is an abstract class that extends ULimenAbilityBase. It serves as a foundation for implementing passive abilities within the Limen Ability System. Passive abilities are those that do not require user input to activate and typically provide ongoing benefits or effects.
Properties
Type | Name | Access | Description |
|---|---|---|---|
None | None | None | No significant properties defined in this class. |
Functions
Return Type | Signature | Description |
|---|---|---|
None | None | No significant functions defined in this class. |
Usage & Implementation Notes
This class is abstract and cannot be instantiated directly.
Developers should inherit from
ULimenPassiveAbilityto create specific passive ability implementations.Passive abilities are typically initialized and managed by the
ULimenAbilitySystem.
22 May 2026