Tag: tutorial

How to create Rain in Unreal Engine 4 Niagara

Some of you asked us how we create the rain effect in Rogue Spirit. It’s a really simple effect to create. (btw we have a free demo which you can play and see the effect by yourself) Raindrops First, let’s start by creating simple Material for raindrops. Then create a new Niagara System, and make…
Read more

Creating a destructible object in Unreal Engine 4 & Blender

While Chaos physics engine is on the way. We were testing approaches to make destroyables in Unreal Engine 4. Here you can find how we did it. Requirements As always we start by pointing out what we would like to reach: Artistic Control. We want our graphics artist to be able to create destructible as…
Read more

Speed up level art by using Splines and Blueprints

Creating levels is time-consuming but with UE4 you can create a lot of tools that will speed up the process. Random ground mesh placing Placing small props on levels takes time. Pipeline Pipeline is simple: Select mesh you want to populate, Chose if it’s sphere-based or box based, Select size, Select random rotation, random offset,…
Read more