Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.01 KB

File metadata and controls

16 lines (11 loc) · 1.01 KB

QtCreatorSourceCodeAccess

Source code accessor plugin for Unreal Editor 4, windows version. It allows to manage C++ code in beautiful Qt Creator instead of default source code editor overly tied to the UE4.

Installation

  1. Read Unreal Engine Wiki for how to setup your project for use with Qt Creator

From Marketplace

  1. Install free code plugin Qt Creator Source Code Access

Settings

  1. Go to Settings / Plugins, find Qt Creator Source Code Access plugin under "Installed / Programming" category and enable it if not yet, reopen project if necessary
  2. Go to Edit / Editor preferences, under General / Source Code category select Qt Creator as Source Code Editor
  3. (Optional) Disable Visual Studio Plugin, you do not need it any more, but you do need Visual Studio installed itself

From now on you can create C++ classes and compile your project directly from Unreal Editor. Happy coding!