Okay, I nailed it myself. Just add the header files in .cpp
:
#include "Engine/World.h"
UE5.4 does not add it by default through CoreMinimal.h
so you need to add it manually.
Okay, I nailed it myself. Just add the header files in .cpp
:
#include "Engine/World.h"
UE5.4 does not add it by default through CoreMinimal.h
so you need to add it manually.