Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Options
References
| |
|
| Module |
GLTFExporter |
| Header |
/Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Options/GLTFExportOptions.h |
| Include |
#include "Options/GLTFExportOptions.h" |
Syntax
enum EGLTFMaterialVariantMode
&123;
None,
Simple,
UseMeshData,
&125;
Values
| Name |
Description |
| None |
Never export material variants. |
| Simple |
Export material variants but only use a simple quad if a material input needs to be baked out. |
| UseMeshData |
Export material variants and allow usage of the mesh data if a material input needs to be baked out with vertex data. |