UE4 FBX Content Pipeline

FBX is a file format owned and developed by Autodesk. It is used to provide interoperability between digital content creation applications such as Autodesk MotionBuilder,Autodesk Maya,and Autodesk 3ds Max. Autodesk MotionBuilder software supports FBX natively,while Autodesk Maya and Autodesk 3ds Max software include FBX plug-ins.

Unreal Engine features an FBX import pipeline which allows simple transfer of content from any number of digital content creation applications that support the format.

The advantages of the Unreal FBX Importer over other importing methods are:

  • Static Mesh,Skeletal Mesh,animation,and morph targets in a single file format.

  • Multiple assets/content can be contained in a single file.

  • Import of multiple LODs and Morphs/Blendshapes in one import operation.

  • Materials and textures imported with and applied to meshes.

The UE4 FBX import pipeline usesFBX 2014. Using a different version during export may result in incompatibilities.

Content Import Guides

Additional Resources

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...