Skip to content
Media 1 for listing SimpleInputSimulator
0 comments

Description

# SimpleInputSimulator


## Documentation


https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleInputSimulator/README.md


---


## Overview


SimpleInputSimulator is a lightweight Unreal Engine plugin for simulating input events programmatically. It provides Blueprint-callable functions to simulate keyboard, mouse, and gamepad inputs.


---


## Key Features


- Key Input Simulation: Simulate press/release for any keyboard, mouse, or gamepad button

- Axis Input Simulation: Analog input for movement, mouse delta, gamepad sticks

- Enhanced Input Compatibility: Works with both Legacy Input and Enhanced Input systems

- Fully Blueprint-Compatible: All functions exposed as Blueprint nodes


---


## Use Cases


- Automated testing: Create test scripts for gameplay verification

- AI behavior simulation: Simulate player inputs for AI debugging

- Tutorial systems: Guide players through input sequences

Included formats