Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor
| Name | TIndexIterator |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierDescriptors.h |
| Include Path | #include "MeshPartitionModifierDescriptors.h" |
Syntax
template<typename IndexType>
struct TIndexIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIndexIterator
(
int32 InIndex |
MeshPartitionModifierDescriptors.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | MeshPartitionModifierDescriptors.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TIndexIterator< IndexType >& InOther |
MeshPartitionModifierDescriptors.h | ||
IndexType operator*() |
MeshPartitionModifierDescriptors.h | ||
TIndexIterator< IndexType > & operator++() |
MeshPartitionModifierDescriptors.h | ||
TIndexIterator< IndexType > operator++
(
int32 |
MeshPartitionModifierDescriptors.h | ||
bool operator==
(
const TIndexIterator< IndexType >& InOther |
MeshPartitionModifierDescriptors.h |