Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | UGLTFExporter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Exporters/GLTFExporter.h |
| Include Path | #include "Exporters/GLTFExporter.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UGLTFExporter : public UExporter
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UExporter → UGLTFExporter
Derived Classes
UGLTFExporter derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGLTFExporter
(
const FObjectInitializer& ObjectInitializer |
Exporters/GLTFExporter.h |
Functions
Public
Overridden from UExporter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportBinary
(
UObject* Object, |
Exporters/GLTFExporter.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AddObject
(
FGLTFContainerBuilder& Builder, |
Exporters/GLTFExporter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ExportToGLTF
(
UObject* Object, |
Export the specified object to a glTF file (.gltf or .glb) | Exporters/GLTFExporter.h | |
static bool ExportToGLTF
(
UObject* Object, |
Export the specified object to a glTF file (.gltf or .glb) | Exporters/GLTFExporter.h |
|