Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/TGLTFJsonIndexedObjectArray
| Name | TIterator |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonIndexedObjectArray.h |
| Include Path | #include "Json/GLTFJsonIndexedObjectArray.h" |
Syntax
template<typename IteratorType, typename ValueType>
struct TIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator
(
const IteratorType& Iterator |
Json/GLTFJsonIndexedObjectArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Iterator | IteratorType | Json/GLTFJsonIndexedObjectArray.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator & operator--() |
Json/GLTFJsonIndexedObjectArray.h | ||
ValueType operator*() |
Json/GLTFJsonIndexedObjectArray.h | ||
TIterator & operator++() |
Json/GLTFJsonIndexedObjectArray.h |