Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h |
| Include |
#include "Factories/FbxSceneImportOptionsStaticMesh.h" |
Syntax
enum EFBXSceneNormalGenerationMethod
{
BuiltIn,
MikkTSpace,
}
Values
| Name |
Description |
| BuiltIn |
Use the legacy built in method to generate normals (faster in some cases) |
| MikkTSpace |
Use MikkTSpace to generate normals and tangents |