Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json > API/Plugins/GLTFExporter/Json/TGLTFJsonIndexedObjectArray
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonIndexedObjectArray.h |
| Include | #include "Json/GLTFJsonIndexedObjectArray.h" |
Syntax
template<typename IteratorType, typename ValueType>
struct TIterator
Constructors
| Type | Name | Description | |
|---|---|---|---|
TIterator
(
const IteratorType& Iterator |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TIterator & | operator-- () |
||
| ValueType | operator* () |
||
| TIterator & | operator++ () |