Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonWriter.h |
| Include | #include "Json/GLTFJsonWriter.h" |
Syntax
class IGLTFJsonWriter
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DefaultTolerance | ||
| FGLTFJsonExtensions & | Extensions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
IGLTFJsonWriter
(
FGLTFJsonExtensions& Extensions |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
||
| TSharedRef< IGLTFJsonWriter > | Create
(
FArchive& Archive, |
||
| void | EndArray () |
||
| void | EndExtension () |
||
| void | |||
| void | EndObject () |
||
| void | SetIdentifier
(
const FString& Identifier |
||
| void | StartArray () |
||
| void | StartArray
(
const FString& Identifier |
||
| void | StartExtension
(
const EGLTFJsonExtension& Extension, |
||
| void | |||
| void | StartObject
(
const FString& Identifier |
||
| void | StartObject () |
||
| void | |||
| void | |||
| void | |||
| void | Write
(
const FString& Identifier, |
||
| void | |||
| void | |||
| void | Write
(
const FString& Identifier, |
||
| void | Write
(
const FString& Identifier, |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Write
(
const ElementType* Array, |
||
| void | Write
(
const IGLTFJsonValue& Value |
||
| void | |||
| void | Write
(
const TUniquePtr< ElementType >& Pointer |
||
| void | Write
(
const ElementType(&) Array |
||
| void | Write
(
EnumType Enum |
||
| void | Write
(
const IGLTFJsonIndexedObject* Object |
||
| void | |||
| void | Write
(
const TCHAR* String |
||
| void | Write
(
TYPE_OF_NULLPTR |
||
| void | |||
| void | Write
(
float Number |
||
| void | Write
(
int64 Number |
||
| void | Write
(
int32 Number |
||
| void | Write
(
bool Boolean |
||
| void | |||
| void | Write
(
const EGLTFJsonExtension& Extension, |