Skip to content
F-Dudley edited this page Oct 16, 2025 · 14 revisions

Overview

This is an Unreal Engine Editor Plugin that provides Multi-Modal Interaction for Developers. With the plugin providing users interaction on common unreal aspects through:

  • Voice Commands
  • Eye Tracking

Example

With an Open Blueprint Editor, and using the Push-To-Talk Function. Command: "NODE 4 MOVE LEFT 200"

Before:

Pre-Movement Graph Editor Image

After:

Post-Movement Graph Editor Image

Plugin Runtime

The Plugin has Two Separate Runtime Components:

  • C++ (UI and Audio Gathering)
  • Python (Transcription Generation)

Next Steps

First, read the Installation Page for plugin installation. Then, follow the instructions provided in the [Getting Started Page](Getting Started).

Clone this wiki locally