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
{
None,
PNG,
UMETA =(DisplayName = "JPEG (if no alpha)"),
}
Values
| Name |
Description |
| None |
Don't export any textures. |
| PNG |
Always use PNG (lossless compression). |
| UMETA |
If texture does not have an alpha channel, use JPEG (lossy compression); otherwise fallback to PNG. |