Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- UGLTFExporter
- UGLTFAnimSequenceExporter
- UGLTFLevelExporter
- UGLTFLevelSequenceExporter
- UGLTFLevelVariantSetsExporter
- UGLTFMaterialExporter
- UGLTFSkeletalMeshExporter
- UGLTFStaticMeshExporter
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Exporters/GLTFExporter.h |
| Include | #include "Exporters/GLTFExporter.h" |
Syntax
UCLASS&40;Abstract&41;
class UGLTFExporter : public UExporter
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGLTFExporter
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddObject
(
FGLTFContainerBuilder& Builder, |
||
| bool | ExportToGLTF
(
UObject* Object, |
Export the specified object to a glTF file (.gltf or .glb) | |
| bool | ExportToGLTF
(
UObject* Object, |
Export the specified object to a glTF file (.gltf or .glb) |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
Export object to binary |