Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Converters
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFMeshData.h |
| Include | #include "Converters/GLTFMeshData.h" |
Syntax
struct FGLTFMeshData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BakeUsingTexCoord | ||
| FMeshDescription | Description | ||
| FLightMapRef | LightMap | ||
| const FLightmapResourceCluster * | LightMapResourceCluster | ||
| int32 | LightMapTexCoord | ||
| int32 | LODIndex | ||
| FString | Name | ||
| const FGLTFMeshData * | Parent | TODO: find a better name for referencing the mesh-only data (no component) | |
| FPrimitiveData | PrimitiveData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFMeshData
(
const UStaticMesh* StaticMesh, |
|||
FGLTFMeshData
(
const USkeletalMesh* SkeletalMesh, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FGLTFMeshData * | GetParent () |