Unreal Engine 4 Genvid Module

Introduction

The Genvid Module is a standard UE4 module which developers can drop in their UE4 game and very quickly get started with the Genvid MILE SDK.

In a way, it’s the high level parts of the GenvidPlugin. It provides a couple of predefined events and routines that you can use in Blueprint and/or your C++ code.

It is located at /engine-integration/ue4/Genvid

We highly recommend you use the GenvidPlugin and the Genvid Module together for many reasons:

  • Dynamic loading/unloading of the Plugin.
  • Easy On/Off switch for the Plugin.
  • Automatic Audio/Video streaming.
  • Predefined events and callback
  • Blueprint script.

Files Details

UE4 Genvid Module
Genvid/Genvid.Build.cs

Needed to integrate the Genvid Module inside the Unreal Engine build process.

Genvid/Public/

Contains the public declaration of the classes in the Genvid Module.

Genvid/Private/

Implementation of the classes in the UE4 Genvid module.