Unreal Engine Genvid Interface Plugin

Introduction

The Genvid Interface plugin is a standard Unreal Engine plugin which you can drop in your Unreal Engine 4 or 5 project to quickly get started with the Genvid MILE SDK.

The Genvid Interface plugin provides high-level wrappers around the Unreal Engine Genvid Plugin. It also includes some predefined events and routines you can use in Unreal Engine Blueprints and your C++ code.

You can find the plugin at /engine-integration/ue4/Genvid.

We highly recommend you use the Genvid Plugin and Genvid Interface plugins together. This combination provides:

  • Automatic Audio/Video streaming,

  • Predefined events and callbacks, and

  • Blueprint scripts.

You can enable or disable the Genvid Interface plugin via the Unreal Plugins tab. Note that disabling the plugin causes reference errors if you use the plugin functionality in your game.

Genvid Interface plugin.

File Details

UE4 Genvid Interface
Genvid/Genvid.uplugin

Needed to integrate the Genvid Interface plugin inside the Unreal Engine build process.

Genvid/Public/

Contains the public declaration of the classes in the Genvid Interface plugin.

Genvid/Private/

Implementation of the classes in the UE4 Genvid Interface plugin.

Classes Details