Tutorials

UE5 expected an include at the top error

UE5 Expected an include at the top of the header generated.h

How to fix Unreal Engine Error: Expected an include at the top of the header: ‘#include “XXX.generated.h”. This is an error thrown by Unreal Build

UE5 Plugin Failed To Load Because Module Could Not Be Found

Read this if you are experiencing the error “Plugin X failed to load because Module Y could not be found” in unreal engine. This may

UE5 How To Speed Up “Compiling Shaders”

If your computer is taking too long compiling shaders, try these tweaks that assign more CPU power to compilation. Unreal Engine by default sets shader

UE5 Renaming An Object On Top Of An Existing Object Is Not Allowed

If you’re getting this error then either you or someone has called UObject::Rename(Name,Outer) with an existing name. Unreal engine will break and crash if you

UE5 Creating Predicates for TArray, TMap And TSets

While trying to sort a TArray in unreal engine you may come across a requirement to define a PREDICATE_CLASS& Predicate. In this tutorial, we will

[Tutorial] UE5 How To Change Custom Asset Appearance In Editor

This tutorial will cover setting custom thumbnails for your unreal engine custom asset type, asset colors, display names, and more. We assume you have created