Navigation
API > API/Runtime > API/Runtime/MeshDescription
References
| Module | MeshDescription |
| Header | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include | #include "MeshElementContainer.h" |
Syntax
class FMeshElementChannels
Remarks
This is a wrapper for an array of allocated MeshElementContainers.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshElementChannels
(
const int32 NumberOfIndices |
Default constructor creates a single element |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMeshElementContainer & | Get
(
const int32 Index |
Transparent access through the array | |
| FMeshElementContainer & | Get
(
const int32 Index |
||
| int32 | Get the number of indices | ||
| bool | IsEmpty () |
Determines whether the mesh element type is empty or not | |
| void | Reset () |
Resets the containers | |
| void | SetNumChannels
(
const int32 NumIndices |
Change the number of indices |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FMeshElementContainer & | operator* () |
||
| FMeshElementContainer & | operator* () |
||
| const FMeshElementContainer & | operator[]
(
const int32 Index |
||
| FMeshElementContainer & | operator[]
(
const int32 Index |
||
| const FMeshElementContainer * | operator-> () |
||
| FMeshElementContainer * | operator-> () |