Home / Companies / Agora / Blog / Post Details
Content Deep Dive

Using C++ to Implement a Video Chat Feature in Unreal Engine

Blog post from Agora

Post Details
Company
Date Published
Author
Joel Thomas
Word Count
5,463
Language
English
Hacker News Points
-
Summary

In this tutorial, we have created a basic video call application using Unreal Engine 4 and the Agora SDK. We covered the following steps: 1. Setting up the project in Unreal Engine 4. 2. Creating C++ classes for the main game mode, player controller, enter channel view widget, video call view widget, and video call widget. 3. Creating blueprint assets for the UI elements (enter channel view widget, video view widget, video call view widget, and video call widget). 4. Setting up the project settings and packaging the application for Windows, MacOS, iOS, or Android. By following these steps, you can create a basic video call application using Unreal Engine 4 and the Agora SDK. You can further customize this application by adding more features such as text messaging, screen sharing, and more.