Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonRoot
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonRoot.h |
| Include | #include "Json/GLTFJsonRoot.h" |
Syntax
struct FGLTFJsonRoot : public IGLTFJsonObject
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFJsonRoot
(
FGLTFJsonRoot&& |
|||
FGLTFJsonRoot
(
const FGLTFJsonRoot& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | WriteJson
(
FArchive& Archive, |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonRoot & | operator=
(
FGLTFJsonRoot&& |
||
| FGLTFJsonRoot & | operator=
(
const FGLTFJsonRoot& |