Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | FGLTFJsonNode |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonNode.h |
| Include Path | #include "Json/GLTFJsonNode.h" |
Syntax
struct FGLTFJsonNode :
public FGLTFJsonTransform ,
public IGLTFJsonIndexedObject
Inheritance Hierarchy
- FGLTFJsonTransform → FGLTFJsonNode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFJsonNode
(
int32 Index |
Json/GLTFJsonNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Camera | FGLTFJsonCamera * | Json/GLTFJsonNode.h | ||
| Children | TArray< FGLTFJsonNode * > | Json/GLTFJsonNode.h | ||
| Light | FGLTFJsonLight * | Json/GLTFJsonNode.h | ||
| LightIESInstance | FGLTFJsonLightIESInstance * | Json/GLTFJsonNode.h | ||
| LightMap | FGLTFJsonLightMap * | Json/GLTFJsonNode.h | ||
| Mesh | FGLTFJsonMesh * | Json/GLTFJsonNode.h | ||
| Name | FString | Json/GLTFJsonNode.h | ||
| Skin | FGLTFJsonSkin * | Json/GLTFJsonNode.h |
Functions
Public
Overridden from IGLTFJsonObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void WriteObject
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonNode.h |