Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FCompactMaps
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/CompactMaps.h |
| Include | #include "Util/CompactMaps.h" |
void SetIdentity
&40;
int32 NumVertMappings,
int32 NumTriMappings
&41;
Remarks
Set up maps as identity maps.
Parameters
| Name | Description |
|---|---|
| NumVertMappings | Vertex map will be created from 0 to NumVertMappings - 1 |
| NumTriMappings | Triangle map will be created from 0 to NumTriMappings - 1 |