Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | TGLTFJsonIndexedObjectArray |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonIndexedObjectArray.h |
| Include Path | #include "Json/GLTFJsonIndexedObjectArray.h" |
Syntax
template<typename ElementType, typename>
struct TGLTFJsonIndexedObjectArray : public IGLTFJsonArray
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Json/GLTFJsonIndexedObjectArray.h | |||
| Json/GLTFJsonIndexedObjectArray.h | |||
| Json/GLTFJsonIndexedObjectArray.h |
Structs
| Name | Remarks |
|---|---|
| TIterator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArrayType | TArray< TUniquePtr< ElementType > > | Json/GLTFJsonIndexedObjectArray.h | |
| ConstIteratorType | TIterator< typename ArrayType::RangedForConstIteratorType, const ElementType * > | Json/GLTFJsonIndexedObjectArray.h | |
| IteratorType | TIterator< typename ArrayType::RangedForIteratorType, ElementType * > | Json/GLTFJsonIndexedObjectArray.h | |
| SizeType | typename ArrayType::SizeType | Json/GLTFJsonIndexedObjectArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | ArrayType | Json/GLTFJsonIndexedObjectArray.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * Add() |
Json/GLTFJsonIndexedObjectArray.h | ||
IteratorType begin () |
Json/GLTFJsonIndexedObjectArray.h | ||
ConstIteratorType begin () |
Json/GLTFJsonIndexedObjectArray.h | ||
bool Contains
(
const ElementType* Element |
Json/GLTFJsonIndexedObjectArray.h | ||
IteratorType end () |
Json/GLTFJsonIndexedObjectArray.h | ||
ConstIteratorType end () |
Json/GLTFJsonIndexedObjectArray.h | ||
SizeType Find
(
const ElementType* Element |
Json/GLTFJsonIndexedObjectArray.h | ||
void FixElementIndices() |
Json/GLTFJsonIndexedObjectArray.h | ||
bool IsValidIndex
(
SizeType Index |
Json/GLTFJsonIndexedObjectArray.h | ||
SizeType Num() |
Json/GLTFJsonIndexedObjectArray.h | ||
void Remove
(
int32 Index |
Do not forget to call FixElementIndices after. | Json/GLTFJsonIndexedObjectArray.h |
Overridden from IGLTFJsonArray
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void WriteArray
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonIndexedObjectArray.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * operator[]
(
SizeType Index |
Json/GLTFJsonIndexedObjectArray.h | ||
const ElementType * operator[]
(
SizeType Index |
Json/GLTFJsonIndexedObjectArray.h | ||
TGLTFJsonIndexedObjectArray & operator=
(
TGLTFJsonIndexedObjectArray&& Other |
Json/GLTFJsonIndexedObjectArray.h | ||
| Json/GLTFJsonIndexedObjectArray.h |