Limen Framework 0.1 Help

ALimenNote

Overview

ALimenNote is a class representing a note item within the Limen framework. It inherits from ALimenNonDiscardableItem and provides functionality to manage and retrieve text content associated with the note.

Properties

Type

Name

Access

Description

FText

NoteText

EditAnywhere, BlueprintReadOnly

The text content of the note.

Functions

Return Type

Signature

Description

FText

GetNoteText(const TSubclassOf

& Class)

Retrieves the text content of a note class.

const FText&

GetNoteText() const

Retrieves the text content of the current instance.

Usage & Implementation Notes

  • The GetNoteText function is designed to be called from blueprints, allowing for easy access to note text.

  • The constructor initializes the object without creating a default subobject named "ItemImageSceneCapture".

22 May 2026