Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | TGLTFVector4 |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Core/GLTFVector.h |
| Include Path | #include "Core/GLTFVector.h" |
Syntax
template<typename ComponentType>
struct TGLTFVector4
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGLTFVector4
(
ComponentType X, |
Core/GLTFVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Components | ComponentType | Core/GLTFVector.h | ||
| TGLTFVector4 | union TGLTFVector4 | Core/GLTFVector.h | ||
| W | ComponentType | Core/GLTFVector.h | ||
| X | ComponentType | Core/GLTFVector.h | ||
| Y | ComponentType | Core/GLTFVector.h | ||
| Z | ComponentType | Core/GLTFVector.h |