Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TMeshElementContainer
References
| Module | MeshDescription |
| Header | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include | #include "MeshElementContainer.h" |
Syntax
class TElementIDs
Remarks
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); }
Constructors
| Type | Name | Description | |
|---|---|---|---|
TElementIDs
(
const TBitArray<>& InArray |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TConstIterator | begin () |
||
| TConstIterator | |||
| TConstIterator | end () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TConstIterator |