Navigation
API > API/Runtime > API/Runtime/MeshDescription
This is a structure which holds the ID remappings returned by a Compact operation, or passed to a Remap operation.
| Name | FElementIDRemappings |
| Type | struct |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshElementRemappings.h |
| Include Path | #include "MeshElementRemappings.h" |
Syntax
struct FElementIDRemappings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewEdgeIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewPolygonGroupIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewPolygonIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewTriangleIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewUVIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewVertexIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h | ||
| NewVertexInstanceIndexLookup | TSparseArray< int32 > | MeshElementRemappings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MeshElementRemappings.h | |||
FPolygonGroupID GetRemappedPolygonGroupID
(
FPolygonGroupID PolygonGroupID |
MeshElementRemappings.h | ||
FPolygonID GetRemappedPolygonID
(
FPolygonID PolygonID |
MeshElementRemappings.h | ||
FTriangleID GetRemappedTriangleID
(
FTriangleID TriangleID |
MeshElementRemappings.h | ||
| MeshElementRemappings.h | |||
| MeshElementRemappings.h | |||
FVertexInstanceID GetRemappedVertexInstanceID
(
FVertexInstanceID VertexInstanceID |
MeshElementRemappings.h |