Navigation
API > API/Editor > API/Editor/UnrealEd
Import mesh type
| Name | EFBXTestPlanActionType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tests/FbxAutomationCommon.h |
| Include Path | #include "Tests/FbxAutomationCommon.h" |
Syntax
enum EFBXTestPlanActionType
{
Import,
Reimport,
AddLOD,
ReimportLOD,
ImportReload,
AddAlternateSkinnig,
}
Values
| Name | Remarks |
|---|---|
| Import | Normal import |
| Reimport | Re-import the previous import, this is mandatory to make an import before |
| AddLOD | Add a new LOD |
| ReimportLOD | Reimport an existing LOD |
| ImportReload | The fbx will be imported, package will be save, object will be delete from memory then reload from the saved package. |
| AddAlternateSkinnig | Add alternate skinning to LOD 0, you must provide a "_alt" suffix file from the base import file |