Limen Framework 0.1 Help

ULimenSettingsSaveData

Overview

ULimenSettingsSaveData is a class that extends ULimenStorageSaveData. It is used for managing and saving settings-related data within the LimenCore plugin. This class likely encapsulates properties and methods necessary for persisting user preferences or configuration options across sessions.

Properties

Type

Name

Access

Description

None

None

None

No significant UPROPERTY variables are defined in this class.

Functions

Return Type

Signature

Description

None

None

No significant UFUNCTIONs are defined in this class.

Usage & Implementation Notes

  • This class is a straightforward subclass without any additional properties or functions beyond those inherited from ULimenStorageSaveData. It is likely used as a base for more specific settings-related save data classes that add their own properties and methods.

22 May 2026