Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | FGLTFJsonTransform |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonTransform.h |
| Include Path | #include "Json/GLTFJsonTransform.h" |
Syntax
struct FGLTFJsonTransform
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFJsonTransform() |
Json/GLTFJsonTransform.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Identity | const FGLTFJsonTransform | Json/GLTFJsonTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Rotation | FGLTFJsonQuaternion | Json/GLTFJsonTransform.h | ||
| Scale | FGLTFJsonVector3 | Json/GLTFJsonTransform.h | ||
| Translation | FGLTFJsonVector3 | Json/GLTFJsonTransform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsNearlyEqual
(
const FGLTFJsonTransform& Other, |
Json/GLTFJsonTransform.h | ||
void WriteValue
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonTransform.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FGLTFJsonTransform& Other |
Json/GLTFJsonTransform.h | ||
bool operator==
(
const FGLTFJsonTransform& Other |
Json/GLTFJsonTransform.h |