Unreal Scripting on Mac

I understand Visual Studio is the recommended program for scripting in UE4 on PC. However, any suggestions or options if I decide to get this and use it on my mac. This includes any possible setup guides of the software.

Hi Filibuster,

Visual Studio is the IDE to use on Windows. For users on Mac, you should install Xcode 5.1 off the App Store. That is the compiler/IDE we use on Macs. There’s a super short guide here,

https://github.com/EpicGames/UnrealEngine

But Unreal Script no longer exists. If you want to write code you can now write C++, if you want to do more scripting like tasks we have a visual scripting system called Blueprint(s). You won’t need to install XCode or Visual Studio to use them either. Only if you plan to write C++.

Cheers,
Nick

Awesome!! Thanks man

UE4 for OS X works fantastic! Especially when it generates the cpp, and h files for you as well as the xcode project. You create the class in the UE4 IDE, and it generates it in the respective xcode project. I love XCode way more than VS.