Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FCompactMaps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetVertexMapping
(
int32 FromID |
Get mapping for a vertex | Util/CompactMaps.h | |
FIndex3i GetVertexMapping
(
FIndex3i FromIDs |
Get mapping for three vertices, e.g. a triangle | Util/CompactMaps.h |
GetVertexMapping(int32)
Description
Get mapping for a vertex
| Name | GetVertexMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/CompactMaps.h |
| Include Path | #include "Util/CompactMaps.h" |
int32 GetVertexMapping
(
int32 FromID
) const
GetVertexMapping(FIndex3i)
Description
Get mapping for three vertices, e.g. a triangle
| Name | GetVertexMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/CompactMaps.h |
| Include Path | #include "Util/CompactMaps.h" |
FIndex3i GetVertexMapping
(
FIndex3i FromIDs
) const