Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| |
|
| Name |
EGLTFMaterialBakeMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/UserData/GLTFMaterialUserData.h |
| Include Path |
#include "UserData/GLTFMaterialUserData.h" |
Syntax
enum EGLTFMaterialBakeMode
{
Disabled,
Simple,
UseMeshData,
}
Values
| Name |
Remarks |
| Disabled |
Never bake material inputs. |
| Simple |
Only use a simple quad if a material input needs to be baked out. |
| UseMeshData |
Allow usage of the mesh data if a material input needs to be baked out with vertex data. |