Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TMeshElementContainer
This is a special type of iterator which returns successive IDs of valid elements, rather than the elements themselves. It is designed to be used with a range-for: for (const int32 VertexIndex : GetVertices().GetElementIDs()) { DoSomethingWith(VertexIndex); }
| Name | TElementIDs |
| Type | class |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include Path | #include "MeshElementContainer.h" |
Syntax
class TElementIDs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TElementIDs
(
const TBitArray<>& InArray |
MeshElementContainer.h |
Classes
| Name | Remarks |
|---|---|
| TConstIterator |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | const TBitArray & | MeshElementContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstIterator begin() |
MeshElementContainer.h | ||
TConstIterator CreateConstIterator() |
MeshElementContainer.h | ||
TConstIterator end() |
MeshElementContainer.h |