Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonTextureTransform
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonTextureTransform.h |
| Include | #include "Json/GLTFJsonTextureTransform.h" |
Syntax
struct FGLTFJsonTextureTransform : public IGLTFJsonObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonVector2 | Offset | ||
| float | Rotation | ||
| FGLTFJsonVector2 | Scale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | IsExactlyEqual
(
const FGLTFJsonTextureTransform& Other |
||
| bool | IsNearlyDefault
(
float Tolerance |
||
| bool | IsNearlyEqual
(
const FGLTFJsonTextureTransform& Other, |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |