Unreal Engine

Unreal Engine (UE) is a 3D computer graphics game engine developed by Epic Games, first showcased in the 1998 first-person shooter game Unreal. Written in C++, the Unreal Engine features a high degree of portability, supporting a wide range of desktop, mobile, console, and virtual reality platforms.

Sariska provides plugins to support media streaming for Unreal Gaming Engine.

Installation

The first step is to clone the Sariska Media Unreal Demo Repository by running the following command in your project directory using git.

git clone https://github.com/SariskaIO/Sariska-Media-Unreal-Demo.git

The demo runs the native Sariska code using a plugin. The Sariska Media Unreal Plugin can be cloned and placed in your plugins folder of the demo app by running the following command using git.

git clone https://github.com/SariskaIO/Sariska-Media-Unreal-Plugin.git

Last updated