FLimenUpgradesModule
Overview
The FLimenUpgradesModule class is a module interface for the LimenUpgrades plugin. It overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks when the module is loaded and unloaded, respectively.
Properties
Type | Name | Access | Description |
|---|---|---|---|
FText | ModuleName | EditDefaultsOnly, BlueprintReadOnly | The name of the module. |
Functions
Return Type | Signature | Description |
|---|---|---|
void | StartupModule() | Initializes the LimenUpgrades module. Currently empty. |
void | ShutdownModule() | Cleans up resources used by the LimenUpgrades module. Currently empty. |
Usage & Implementation Notes
This module does not perform any specific initialization or cleanup tasks at this time, as indicated by the empty implementations of
StartupModuleandShutdownModule.
22 May 2026