ULimenSaveSystemDeveloperSettings
Overview
ULimenSaveSystemDeveloperSettings is a subclass of UDeveloperSettings used to configure various aspects of the Limen Save System. It allows developers to specify the class of the save widget that will be used in the game.
Properties
Type | Name | Access | Description |
|---|---|---|---|
TSubclassOf< ULimenSaveWidget > | SaveWidgetClass | EditAnywhere, Config | The class of the save widget to use. |
Functions
No significant functions are defined in this class.
Usage & Implementation Notes
This class is used for configuration purposes and does not contain any complex logic or special architectural requirements.
It should be accessed through the Unreal Engine's developer settings system to modify its properties at runtime.
22 May 2026