Ias.agora’s BrandGameplay Metaverse Experience https://www.youtube.com/watch?v=XHOmBV4js_EBrandGameplay, The real-time 3d creative studio for brand engagement, collaboration and innovation By ias.agora design and share an Immersive Metaverse Experience Powered by Eagle 3D Streaming. Brand GamePlay, under the leadership of Stephane Ely, has developed a cutting-edge Metaverse experience that leverages the power of real-time 3D technology. The experience is …
How to use Unreal Engine 4 for Beginners

For producing 2D mobile games to AAA conClick Install and the engine will appear in your library. Now it’s time to create the project.sole titles, Unreal Engine 4 is used. It is very simple for beginners to learn as it has a collection of game development tools. Without writing a single line of code, you can create entire games using the Blueprints Visual Scripting system. Easy-to-use interface, you can quickly get a prototype up and running. Unreal Engine 4 tutorial focused on helping beginners get started. In this tutorial, we will be discussing on,
- Installing the engine
- Importing assets
- Creating materials
Installing Unreal Engine 4
Epic Games Launcher is used for the Unreal Engine 4 installation. Download it on the unreal engine website. After you have created an account, download the launcher for your operating system. Check on this blog: https://docs.google.com/document/d/1pIcezCPSkTa3htsxHLWBBK9Sy5HjlOff4k1RBZJDgAQ/edit
Click Install Engine, the launcher will take you to a screen where you can select which components to install. You should have created the checklist:
- Starter Content: This is a collection of assets that is free and has content such as models and materials.
- Templates and Feature Packs
- Engine Source: Epic provides source code access, which means anyone can make changes to the engine.
Click Install and the engine will appear in your library. Now it’s time to create the project.
Creating a Project
You can click on the Launch buttons to open the Project Browser and then Click on New Project.
- Target Hardware: You have to choose Desktop/Console to have good post-processing effects.
- Graphical Target: Set this to Maximum Quality, other options will disable the post-processing effects.
- Starter Content: No Starter Content would be the best option to keep it simple.
Mention the location of your project folder and the name of your project.
On the project folder segment, there will be 3dots you can click on that and change the name later if you want. The project name does not represent the game’s title so if you want to change the title you can change that later on. Finally, click Create Project.
Navigating the Interface
After creating the project, the editor will open and it has multiple panels.
- Content Browser: Where you can see all your project files, you can create, search and organize your files here.
- Modes: You can choose tools like Landscape & Foliage Tool at this panel and it has a default tool called Place Tool. Default tools place many different types of objects on your levels such as lights and cameras.
- World Outliner: Displays all the objects at the current level. You can organize the list here.
- Details: Any object you select will have its properties displayed here, you can do edits for this object here.
- Toolbar: You can opt for different functions here and the most used one is Play.
- Viewport: This will help you to have a better view, by using right-click you can have a look around and move your mouse. To move, hold right-click and use the WASD keys.
Importing Assets
Before Unreal it is easy you can simply click on the file and import them. Navigate to the Content Browser and click Import.
Now on Unreal, you have some import options for the .fbx file. Make sure Import Materials is unchecked as you will be creating your own material. The other settings can be still the same.
Click Import. The two files will now appear in your Content Browser.
The file is not saved automatically, you should right-click the file and then Save it. You can use File\Save All option to bulk save the file. Note in Unreal, models are called meshes.
Adding Meshes To the Level
We can take the banana model to add a mesh to this level. You can Left-click and drag the Banana_Model from the Content Browser into the Viewport. Releasing the left click will place the mesh.
Objects on this level can be moved, scaled, and rotated. You can use the keyboard shortcuts W, E, and R to do so.
About Materials
The banana displayed above looks grey in color and you should add material to give the banana some color. Materials are the ones that determine the things,
- Base Color: The color or texture of a surface.
- Metallic: How “metal-like” a surface is.
- Specular: Controls the shininess of non-metallic surfaces.
- Roughness: A surface with maximum roughness will not have any shininess.
Below is an example of three different materials and each has different colors. Each material has a high value for its respective attribute.
Creating a Material
Go to the Content Browser to create a material and click the green Add New button. Menu will appear with the list of assets you can create. Then Click on Material.
You should name the material and click on open.
The Material Editor
The material editor has five panels, that are listed below:
- Graph: This panel will contain all your nodes and the Result node.
- Details: All the node’s properties are displayed here.
- Viewport: You can preview the mesh material here and you can use the mouse wheel to rotate things.
- Palette: A list of all the nodes available to your material.
What is a Node?
Nodes are used to make objects and it has the majority of materials. Nodes are of different types and offer different functionalities.
Nodes can have inputs and outputs, represented by a circle with an arrow. Inputs are on the left side and outputs are on the right side.
Adding Textures
To add color and detail to a model, you need a texture. Typically a texture is a 2D image and they are projected to be a 3D with some detailed note.
If you need to add texture to the banana then you need to check the TextureSample on the Palette panel. You can hold it by left-clicking and dragging it into the graph.
Navigate to your Details panel and select the texture from the drop-down.
The material was created with the appropriate texture.
Latest Articles
Beyond the Museum Walls: A Virtual Journey into the World of Chinese Porcelain
“Beyond the Museum Walls: A Virtual Journey into the World of Chinese Porcelain” Introduction: Socle collections created a virtual exhibition of porcelain from the Guimet museum in Paris, France. The project was fully virtual and was created by scanning the porcelain collection and designing a virtual model of the ground floor of the museum. The …
Beyond the Museum Walls: A Virtual Journey into the World of Chinese Porcelain Read More »
Powerhouses in Pixel Streaming
Live PanelPowerhouses in Pixel Streaming Curious innovators like you want to know how best-in-class Enterprise Companies grow and create a successful UE experiences on the Web. Join us for a special Live Panel with Eagle 3D Streaming, Dorian Vee, Wolfgang Bernecker, Julian Crespi, and Samuel Abrahams to learn what works. They’ll share their best tips …
Opportunities with Pixel Streaming – II
Live Panel Opportunities With Pixel Streaming Curious innovators like you want to know how best-in-class Enterprise Companies grow and create a successful UE experiences on the Web. Join us for a special Live Panel with Eagle 3D Streaming, Mark Hamilton, Stephanie Muhlenfeld, Hannes Walter, and Matt Shouse to learn what works. They’ll share their best tips for pixel …
How to develop a game using unreal engine
Unreal Engine – A popular game engine developed by Epic Games. The unreal game engine is not only used in the gaming industry but also in the architecture and cinema industry. Epic games recently announced the release of Unreal Engine 5. But here in this blog, we use the previous version to demonstrate developing a …
How to use Unreal Engine 5 for Beginners
Unreal Engine is a collection of game development tools that is capable of producing 2D mobile games to AAA console titles. When you want to develop next-generation games, then you should be ahead and know the competitive technology in the market. Unreal Engine 5 is the latest blooming market for game developers and especially for …
How to use Unreal Engine 4 for Beginners
For producing 2D mobile games to AAA conClick Install and the engine will appear in your library. Now it’s time to create the project.sole titles, Unreal Engine 4 is used. It is very simple for beginners to learn as it has a collection of game development tools. Without writing a single line of code, you …
Immersive Metaverse Experience
Immersive Metaverse Experience by Ias.agora Brand GamePlay, under the leadership of Stephane Ely, has developed a cutting-edge Metaverse experience that leverages the power of real-time 3D technology. The experience is hosted on the Eagle 3D streaming platform, which provides a seamless and barrier-free entry for users. https://youtu.be/ysXKe4Tn9LM The Challenge The challenge that Brand GamePlay faced …
Eagle 3D Streaming Multiplayer Demo
This project is Multiplayer Template Project which demonstrate a small glimpse of that what can be achieved with Unreal Engine and Eagle 3d Streaming platform. STARTUP SCREEN User is presented with Player Selection screen. User can select different Avatars and Name tag which would be visible in the multiplayer environment. MULTIPLAYER ENVIRONMENT Map: /Content/Virtual_Studio_Kit/Maps/TrackerlessStudio SETUP We have …
Eagle 3D Streaming hosted the next Networking Event
Eagle 3D Streaming hosted the next Networking Event After successfully hosting the two Networking Events, Eagle 3D Streaming hosted another Networking Event for Leaders in Pixel Streaming on Thursday, June 18th, 2021 specifically for Agencies and Content Creation Studios. Here are the Key Highlights from this Event: VOIP Voice over Internet Protocol technology enables …
Eagle 3D Streaming hosted the next Networking Event Read More »