C# script

hi i recently switched from unity to UE4 i have this maze generator script witch makes perfect mazes but its a c# script is it possible to use this script in UE4 as my aim is to make a maze game with a 3d character eventually

Hi and welcome to UE4!

UE4 has two choices, C++ and Blueprints. While C++ and C# are close, there are differences that would make running the script from working. Plus, UE4 has all these neat C++ macros that will make your life easier.

Check this out: Programming with C++ | Unreal Engine Documentation

Great resource to get started…

teak

While C++ and C# are close

caugh

The last time I used C# I didn’t have to create header files.

OK, maybe not that close!