Blender fbx smoothing shadows

Hi everyone
I have had issues with importing fbx files from Blender. If I do not choose smoothing groups and click the tangent options it works fine. When I want a round object I need to enable smoothing so the object isnt all “blocky” but when this happend i get wrong shadows on my textures. I have looked at all the forums and you tube videos about creating second uv channels but even following this step by step doesnt make any difference.

Does anyone have a step by step process with both blender (export) settings and ue4 (import) settings?

Thank you - it will end a very frustrating issue for me

Alright, let’s see what we can do here…

Firstly, here is a question with some Blender FBX export settings: Blender to UE4 import question.

Secondly, you are right to create a second UV channel for the lightmap. Make sure this channel has no overlapping UVs, as that will cause lighting issues. Blender also has a default way to create lightmaps, if you haven’t done so already try using Lightmap Pack when generating the lightmap UV layout, and set the margin to as small a value as possible. (You may already have done all of this, but I’ll put it here anyway just in case, and in case it helps someone else).

Lastly, assuming you are using Blender 2.75 or later, the import settings should be pretty straightforward. Try the settings from this thread if you haven’t already: Blender to UE4 export and import settings. I’m pretty sure that the added rotation upon UE4 import shouldn’t be necessary anymore (just remember to use the -y direction as forward in Blender). The info is slightly outdated but still very useful and well organized.

Best of luck!
-Noah