Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- BaseType
- IGLTFJsonArray
- TGLTFJsonMatrix
- FGLTFJsonMatrix2
- FGLTFJsonMatrix3
- FGLTFJsonMatrix4
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonMatrix.h |
| Include | #include "Json/GLTFJsonMatrix.h" |
Syntax
template<typename BaseType>
struct TGLTFJsonMatrix :
public BaseType,
public IGLTFJsonArray
Constructors
| Type | Name | Description | |
|---|---|---|---|
TGLTFJsonMatrix
(
const BaseType& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsNearlyEqual
(
const BaseType& Other, |
Overridden from IGLTFJsonArray
| Type | Name | Description | |
|---|---|---|---|
| void | WriteArray
(
IGLTFJsonWriter& Writer |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const BaseType& Other |
||
| TGLTFJsonMatrix & | operator=
(
const BaseType& Other |
||
| bool | operator==
(
const BaseType& Other |