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 EGLTFTextureImageFormat
&123;
None,
PNG,
JPEG,
&125;
Values
| Name | Description |
|---|---|
| None | Don't export any textures. |
| PNG | Always use PNG (lossless compression). |
| JPEG | If texture does not have an alpha channel, use JPEG (lossy compression); otherwise fallback to PNG. |