ULimenModalsDeveloperSettings
Overview
ULimenModalsDeveloperSettings is a subclass of UDeveloperSettings used to configure various modal classes within the Limen Modals system. It provides properties that can be edited in the Unreal Engine editor under the " Limen|Modals" category.
Properties
Type | Name | Access | Description |
|---|---|---|---|
TSoftClassPtr< ULimenGenericModalWidget > | ConfirmationModalClass | EditAnywhere, Config | The class to use for confirmation modals. |
TSoftClassPtr< ULimenGenericModalWidget > | ConsentModalClass | EditAnywhere, Config | The class to use for consent modals. |
TSoftClassPtr< ULimenGenericModalWidget > | TimedModalClass | EditAnywhere, Config | The class to use for timed modals. |
Functions
No significant functions are defined in this class.
Usage & Implementation Notes
This class is used to configure modal classes that can be customized via the Unreal Engine editor.
Changes made in the editor will persist across sessions and affect how modals are instantiated within the application.