Limen Framework 0.1 Help

ULimenInputTriggerToggle

Overview

ULimenInputTriggerToggle is an implementation of UInputTrigger designed to handle toggle-based input events. It extends the functionality of base input triggers by managing a toggle state, which can be activated and deactivated through user input.

Properties

Type

Name

Access

Description

bool

bIsToggled

Public

Indicates whether the trigger is currently toggled on or off.

Functions

Return Type

Signature

Description

void

Toggle()

Toggles the state of the input trigger between on and off.

bool

IsToggled() const

Returns the current toggle state of the input trigger.

Usage & Implementation Notes

  • This entity is a stateless utility and does not require special architectural considerations such as threading constraints, replication requirements, or memory lifetime management.

  • It is designed to be used within the broader input handling system of the LimenCore framework.

22 May 2026