No Smoothing Group & No Triangles on Mesh While Importing FBX

I’ve been making a model of a railroad track in Blender and exported as an FBX to put into my game. The only problem is, I get these 2 annoying errors every time I try.

I’m not really sure why it does this, but I’m fairly new to UE4 & Blender (Transitioned from Unity and just started modeling). I’ve read around and searched Google, but have not reached a good answer that explains these errors. Here are my FBX export settings in Blender and import settings in UE4:

78596-053d1a893862d53e00ebed936b78b5e1.png

and a note, my ‘Plane.008’ was modeled by deleting vertices of a plane, then using Ctrl+RMB to create vertices and F to merge. That may have to do with the error, as the plane has no triangles…

If anyone has any idea of how to fix this, a reply would be greatly appreciated. This is my first post and thanks in advance!

When exporting, goto geometries tab and change smoothing from normals to faces. As for the triangles error I’ve never seen it. Unreal will auto triangulate. You could try ctrl t in blender. That will triangulate it and then export. If it doesn’t work care to share the fbx? I’ll give it a look over
Also side note. In general I also check selected objects when exporting just in case there is any other objects in scene I forgot about when exporting, otherwise blender will export everything in the current layer you are in. If maybe possible there is a plane you deleted in edit mode but the origin is still in memory with one vertex flying around, that may cause the error because there isn’t really anything there for unreal to triangulate. Maybe. Shot in the dark.

The solution fixed the smoothing group error, but not the plane error. I just Ctrl+J joined the meshes and saved it as another file so I could go back to the unjoined to modify certain planes. Thanks!