Evermotion Pass 10% Off - Get Instant Access to Thousands of 3D Assets

Check Plans

Information Clause

In accordance with the art. 13 section 1 and 2 of the European Parliament and Council Regulation 2016/679 of the 27th April, 2016 on the protection of natural persons, with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation), hereafter RODO, I hereby inform that:

1. EVERMOTION S.C., 8 Przędzalniana Str., 15-688 Białystok, Poland is the Administrator of your Personal Data (APD)

2. Data Protection Inspector can be reached through e-mail: iod@evermotion.org

3. Your personal data are to be processed on the basis of art. 6 section 1 letter a, b and f of RODO in order to:
a) prepare, conclude and execute the agreement and for other purposes approved by you,
b) to execute the legitimate interest like marketing of products and the agreement, claim assertion or defence against claims resulting from the law regulations.

4. Entities entitled to the reception of your personal data may be the authorised public bodies; mail providers; providers of the services covered by the agreement; responsible for debt recovery, keeping the archives, document utilization, legal consulting, technical services, IT services and accountancy.

5. Your personal data shall not be transferred to the third country, nor to the international bodies.

6. Your personal data shall be processed within the period of the agreement and upon your additional consent until you withdraw it. APD shall keep the data for the period of any civil law claim execution connected with the agreement.

7. You have the right to demand an access to your personal data, to correct or to delete the data if there is no other basis for the processing or any other purpose of such processing or to limit the processing of the data, to transfer the data to another administrator and to raise objections to the further data processing if there is no legal basis for further processing and to withdraw any previous consent.

8. You provide the personal data voluntarily, however they are necessary to conclude the agreement. The refusal of providing such data may result in the refusal of the agreement conclusion.

9. You have the right to lodge a complaint to the Personal Data Protection Office when in your opinion the data processing violates the regulations of General Data Protection Regulation of the 27 April, 2016 (RODO).

10. Your data will be automatically processed, including the form of profiling.
11. You are obligated to forward above mentioned information to your representative, especially if you appointed this person in the agreement as the contact person or as the representative for the agreement execution.

OK

Eight tips for faster work in Unreal Engine 4

Michal Franczak 2018-08-22 10:34 tutorial  > Unreal Engine  > modeling

Don't waste time for tedious tasks, simplify your workflow and make visualizations faster.

Top image: Unreal Engine 4 screenshot from upcoming Evermotion collection.

Unreal Engine is a great tool for real-time architectural visualizations, although it is not the fastest one to work with. You need to deal with exporting and importing models and textures and all meshes should be correctly unwrapped. there are also some quirks that make work tedious. Let's look at some tips that will make our work faster. 

1. Multi-Object-Renaming Tool - MORT (paid add-on for Unreal Engine 4). Usable if you import FBX files with many meshes.

MORT is usable when you need to rename many objects at once after importing them to engine. You could ask: "Why do I need it? I can export my FBX files to UE4 with correct names, right?"

Well, yes, but only if you export them one-by-one. If you group many meshes in a single FBX file, Unreal Engine 4 will import them with name file as a prefix. So, if your Cabinet was named in your 3d application "SM_Cabinet" and your table was "SM_Table" and you exported them to "Furniture.fbx", after importing this file you will have "Furniture_SM_Cabinet" and "Furniture_SM_Table" meshes in Unreal Engine 4. Which means that your naming convention just went to hell and your meshes list is now messy. If there are only two meshes that are uncorrectly named, you can rename them manually, but if you have a hundred? Use MORT, it will rename your meshes automatically.

 

mort

 

2. Use Naming convention - I always use Unreal Engine 4 naming convention for meshes. It takes a bit of time to take care of it, but it saves a lot of time when you are in UE4, you will be able to locate your assets quickier and that means faster work. Full list of Assets Naming convention can e found on Unreal Engine 4 wiki site.

  • BP_    Blueprint
  • SK_    Skeletal Mesh
  • SM_    Static Mesh
  • ST_    Speed Tree
  • PS_    Particle System
  • LF_    Lens Flare
  • S_    Sound
  • SC_    Sound Cue
  • M_    Material
  • MI_    Material Instance
  • MF_    Material Function
  • T_    Texture
  • SP_    Sprite
  • SS_    Sprite Sheet
  • TC_    Texture Cube
  • PM_    Physical Material


3. Use MatBatchUer (another paid plugin). This one can save you a lot of time, especially if you are importing meshes that have textures assigned and you do not use Datasmith (for example: because your 3d software does not support it). MatBatchuer assigns all textures from a given folder to material slots of a designated base material. Which means that you can create a hundred Unreal materials at once - especially handy if you have some nice custom master material that allows for changing tiling, tint, contrast of textures, parallax occlussion mapping, etc. and you need to use it as a base that will control your imported textures. Now you can do it with a few clicks with MatBatchUer.

 

 

4. Use Datasmith / Unreal Studio - this one is trivial if you are working with 3ds Max. Datasmith is a great importer from many 3d applications to Unreal Engine. Datasmith includes a plugin for 3ds Max that directly translates a scene including lights, cameras, materials, and geometry while maintaining familiar scene hierarchy. It also converts popular V-Ray, Corona and Mental Ray elements into Unreal Engine assets.

 

datasmith

 

 

5. Use Substance LiveLink for Unreal Engine 4 - it will help you to quickly iterate between many materials for the given mesh. After you send a mesh to Substance from Unreal Engine 4 and make some changes, you will get almost immediate viewport update in Unreal engine 4, which makes the work with materials faster. Of course, LiveLink is not ideal to all situations - if you will need to update your mesh (for example, if you change unwrapping), you will also have to delete Substance File generated by LiveLink, delete exported FBX mesh and start over, so sometimes it is wise to use regular workflow, keeping Substance files unlinked to Unreal Engine meshes. You need to decide for each mesh what will be the best way to proceed.

 

slivelink

 

6. Create base material library and import it to each new project. I personally have several base materials that are used for all meshes in the scene. I only create new ones for special purposes.

materials

 

7. Create a project template - instead of changing your project settings with each new project, create a template with all render settings that you usually use, with some template scene, some look development scene and all assets that you usually use and just copy this template to new folder to work with it. Of course, you would probably need to change the name of the project. It's simple, you need to:

- change the name of file with .uproject extension
- change the name of folder
- go to Config folder inside Project folder, open DefaultEngine.ini and add GameName=YourProjectName in the [URL] section at the top.

8. Bake with GPU. It's still unofficial, but soon it will be - a real GPU lighmap baker for Unreal Engine 4 by Luoshang. It works with 4.19 and 4.20 versions and it is up to 10 x faster than baking your scenes with CPU. Try it out, results are stunning! The installation is simple - you just copy a few files into your "engine" folder of Unreal Engine 4 installation (don't forget to make a backup of overwritten files!). After you press "Build" in Unreal Engine, your GI will be generated with GPU instead of CPU, which means that it will finish a LOT faster!

nr 00902_Untitled_2

Hope that you liked it! Happy rendering!

 

 
Author: Michal Franczak Editor: Michał Franczak
Tags: unreal pipeline workflow pipeline workflow
You may also like...
Unreal Engine  - free direct access for students

Unreal Engine - free direct access for students

Unreal Engine 4 is now free for students through Github.
×

LEAVE A COMMENT

You need to be logged in to leave a comment. Don't have account? Register now.

def4d 17:32:37  |  28-08-2018
Nice tips! For the correct naming, i export the Fbx without a name.