Is there any way to change the default editor/IDE to Sublime Text?

I’m a fan of VS2013, but I have a Mac for travel purposes right now and I dislike XCode. Can I used something I am more comfortable as the default editor/IDE for C++ code in Unreal Engine 4.4.1 like Sublime Text?

Check out SublimeTextSourceCodeAccess to add Sublime support.

See C++ projects and IDE’s for configuration, more information, and plugins for other editors.

In the next release there will be an option to turn off the source code access plug-in code and just use the OS defaults for each file type. That’s my preferred way of having source files open in Sublime - no need for any specific plug-in.