The Unreal Editor is a fully integrated suite of tools for building every aspect of your Unreal 4 project

learn more… | top users | synonyms

14
votes
1answer
859 views

Is it possible to use the Unreal Engine as a big C++ library, without using the editor?

I want to write a game entirely in C++, but I would like to profit from the possibilities offered by the Unreal Engine, especially in terms of graphics and physics. Nevertheless, I strongly dislike ...
0
votes
1answer
119 views

Cannot add key in matinee for static meshes (UE4)

My problem is the following: I was trying to make a sliding door based on a video tutorial, I had the static mesh, which was the door itself, and I added a Matinee for that door, so I went 'Add New ...
0
votes
0answers
23 views

Can I do Sound Mapping in unreal Engine 4?

I am currently a student trying to build a game for my final year project and I am wondering about a few things when it comes to sound in unreal 4 Is it possible to have sound map out the outlines of ...
0
votes
1answer
277 views

Importing materials from blender to UE4

So my problem is that I have a nice green glass material in blender which I imported to UE4 (4.8.1) but in the editor the material was just a simple green colour. I have no idea what I should do to ...
0
votes
0answers
107 views

3ds Max Skeleton Import into Unreal Engine Fail

I tried following the "Introduction to UE4 Animation and Rigging Tools" tutorial with maya but I dislike maya and don't under stand it so I tried importing the skeleton from the "3rd Person Game with ...
0
votes
0answers
239 views

Adding smooth round Bézier curve corners in unreal editor?

Unreal Editor offers rectangular and round geometry. It also offers boolean operations. I can make a smooth corner by playing around with cylinder and boolean operations. I really would like to make a ...