Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Converters
Inheritance Hierarchy
- TGLTFConverter
- TGLTFMeshSectionConverter
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFMeshSectionConverters.h |
| Include | #include "Converters/GLTFMeshSectionConverters.h" |
Syntax
template<typename MeshType>
class TGLTFMeshSectionConverter : public TGLTFConverter< const FGLTFMeshSection *, const MeshType *, int32, FGLTFIndexArray >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FGLTFMeshSection * | Convert
(
const MeshType* Mesh, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TGLTFMeshSectionConverter & | |||
| TGLTFMeshSectionConverter & | operator=
(
const TGLTFMeshSectionConverter& |