Limen Framework 0.1 Help

LimenOnline Module

Subsystem Breakdown

Threading & Parallelism

Class Name

Role

FLimenOnlineModule

Manages the initialization and cleanup of the LimenOnline plugin.

Security

Class Name

Role

FLimenOnlineUtils

Utility class for encrypting and decrypting data using AES encryption with SHA1 key derivation.

Design Philosophy

The LimenOnline Module is designed to provide a robust foundation for managing the initialization and cleanup of the plugin, as well as ensuring secure communication through encryption utilities.

  • Developers can use FLimenOnlineModule to initialize and clean up their plugin instances efficiently.

  • Utilize FLimenOnlineUtils for encrypting sensitive data before transmission or storage, enhancing security across the application.

22 May 2026