Limen Framework 0.1 Help

FLimenSocialLinkIntegrationModule

Overview

This class is a module interface for integrating social links. It provides lifecycle methods to handle the initialization and shutdown of the module.

Properties (Table: Type | Name | Access | Description)

Type

Name

Access

Description

FName

Id

EditAnywhere, BlueprintReadWrite

Unique identifier for the social link.

TSoftObjectPtr

Image

EditAnywhere, BlueprintReadWrite

Icon or image associated with the social link.

FText

Text

EditAnywhere, BlueprintReadWrite

Display text for the social link.

FString

Hyperlink

EditAnywhere, BlueprintReadWrite

URL or hyperlink that the social link points to.

Functions (Table: Return Type | Signature | Description)

void

StartupModule()

Called when the module starts up. Currently empty.

void

ShutdownModule()

Called when the module shuts down. Currently empty.

Usage & Implementation Notes

  • This module does not perform any specific functionality and is intended as a placeholder for future social link integration features.

  • The module lifecycle methods are currently empty, indicating that no initialization or cleanup logic is required at this time.

22 May 2026