DramaDesu / Designer

An editor mode for Unreal Engine 4 which simplifies placing and transforming actors.

Home Page:http://www.unrealengineer.com/designer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designer Manual

Manual Version 1.7 | Designer Plugin Version 1.0.0 | Unreal Engine Version 5.0

Table of Contents

  1. Introduction
  2. Download
  3. Install
  4. Getting Started
  5. Support
  6. FAQ

Introduction

Designer is an Editor Mode created as a plugin for Unreal Engine 4. For more in depth information about plugins inside Unreal Engine 4 read their documentation.

The Designer plugin is licensed under the MIT license. The source code is available on GitHub. Feel free to make improvements, and when possible, share the changes with the community.

Download

Download the latest version and unzip the archive.

Install

Plugins are always located in your plugin's directory. In order for plugins to be found, they must be located in one of the valid search paths for plugins in Unreal Engine.

Pasting the Designer folder inside the Engine plugins directory will expose this plugin to all your projects. Any time a new engine version is installed the plugin has to be moved to the new engine versions' folder.

Engine Plugin
/UE4 Root/Engine/Plugins/

​Pasting the Designer folder inside the Project plugins directory will expose this plugin only to the specified project.

Project Plugin
/My Project/Plugins/

The plugins folder in your project might not exist yet if you do not use any other project based plugins. If this is the case, create the folder manually.

Copy the Designer folder extracted from the zip file to the plugin folder fitting your needs.

Open you project. The extra editor mode should now available. If the mode is not visible, open the Plugins window and check if the plugin is enabled under Editor Modes / Designer. If the plugin is disabled, enable it and restart the editor. If the plugin is not showing up, close the editor and check if the plugin is installed in the correct directory. If the issues persists check if your unreal engine version matches the plugin engines version mentioned at the top of this document.

Getting Started

The editor mode is activated by clicking the Designer icon alt text in the Modes window. If the Modes window is not open, open it by clicking "Window -> Modes".

Spawning Objects

While in the designer editor mode:

  1. Click on a placable asset in the content browser. A random asset will be picked for spawning when multiple assets are selected in the content browser.
  2. Hold down the ctrl key.
  3. Click and hold the left mouse button.
  4. Drag the mouse into a direction to rotate and scale the object.
  5. Release the left mouse button.

Support

Any questions can be posted on the unreal engine forum.

FAQ

It asks to recompile when I launch the project, what should I do?

The plugin might not be compiled for your engine version or for your platform. If you have a C++ project and your plugin is in your project folder just hit recompile. If this does not work check to see if the engine version matches the plugin engine version mentioned at the top of this document. If your engine version is older it will most likely not work. Download a matching engine version and try again.

About

An editor mode for Unreal Engine 4 which simplifies placing and transforming actors.

http://www.unrealengineer.com/designer

License:MIT License


Languages

Language:C++ 97.0%Language:C# 2.8%Language:C 0.1%