Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | FGLTFJsonScene |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonScene.h |
| Include Path | #include "Json/GLTFJsonScene.h" |
Syntax
struct FGLTFJsonScene : public IGLTFJsonIndexedObject
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFJsonScene
(
int32 Index |
Json/GLTFJsonScene.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | Json/GLTFJsonScene.h | ||
| Nodes | TArray< FGLTFJsonNode * > | Json/GLTFJsonScene.h |
Functions
Public
Overridden from IGLTFJsonObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void WriteObject
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonScene.h |