Tutorials

How To Make Rhythm Games In Unreal Engine

The MidiEngine 3 Plugin for Unreal Engine 5 includes templates for developing note highway rhythm games like Guitar Hero, Fortnite Festival, and similar titles. In

MidiEngine 3 API and Music Session Object Model

Overview of The MidiEngine 3 API MidiEngine emphasizes an object-oriented structure using Unreal Engine’s UObject system. This design enhances the accessibility and manipulability of MIDI

UE5 LNK2001 unresolved external symbol Errors

UE5 LNK2001 unresolved external symbol Solution

Here’s how to solve unreal engine unresolved external symbol error: LNK2001 error is thrown by Visual Studio Linker after the developer has attempted to inherit

Creating Custom Sequencer Tracks In Unreal Engine

To create custom sequencer tracks in UE5 you need to create a custom UMovieSceneTrack and UMovieSceneSection. To make sure our custom tracks and sections show

Creating Custom Widgets In Unreal Engine

When working in Unreal Engine, there are many situations where the default UMG (Unreal Motion Graphics) widgets don’t fully meet your project’s needs. In such

UE5 Sequencer Editor For Blender Users

This tutorial shows blender users how to access the timeline, the dopesheet, the NLA, the Graph Editor,  the Action Editor and VSE in Unreal Engine.