ALimenKey
Overview
ALimenKey is a class representing a key item that can be used within the Limen Interaction framework. It inherits from ALimenNonDiscardableItem, indicating it is an essential item that cannot be discarded. The primary responsibility of this class is to store and provide access to a keyword associated with the key.
Properties
Type | Name | Access | Description |
|---|---|---|---|
FName | Keyword | EditAnywhere, BlueprintReadOnly | The keyword associated with the key |
Functions
Return Type | Signature | Description |
|---|---|---|
FName | GetKeyword() const | Returns the keyword of the key |
Usage & Implementation Notes
None.
22 May 2026