Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Converters
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFMeshSection.h |
| Include | #include "Converters/GLTFMeshSection.h" |
Syntax
struct FGLTFMeshSection
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint32 > | BoneMapLookup | ||
| TArray< TArray< FBoneIndexType > > | BoneMaps | ||
| TArray< uint32 > | IndexBuffer | ||
| TArray< uint32 > | IndexMap | ||
| FBoneIndexType | MaxBoneIndex | ||
| FString | Name | ||
| FGLTFIndexArray | SectionIndices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFMeshSection
(
const UStaticMesh* Mesh, |
|||
FGLTFMeshSection
(
const USkeletalMesh* Mesh, |