Limen Framework 0.1 Help

ULimenHoldableItem

Overview

The ULimenHoldableItem class is an interface used to define the contract for objects that can be held. It provides a framework for implementing specific behaviors related to holding and interacting with these items within the LimenInteraction module.

Properties

Type

Name

Access

Description

None

None

None

No significant properties defined in this class.

Functions

Return Type

Signature

Description

None

ILimenHoldableItem()

Constructor for the interface.

Usage & Implementation Notes

  • This interface is intended to be inherited by classes that need to implement specific behaviors related to holding and interacting with items.

  • Implementing classes must provide concrete implementations for any non-pure virtual functions defined in this interface.

22 May 2026