Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FCompactMaps > API/Runtime/GeometryCore/Util/FCompactMaps/Reset
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/CompactMaps.h |
| Include | #include "Util/CompactMaps.h" |
void Reset
(
int32 NumVertMappings,
int32 NumTriMappings,
bool bInitializeWithInvalidID
)
Remarks
Resize vertex and triangle maps, and initialize with InvalidID.
Parameters
| Name | Description |
|---|---|
| NumVertMappings | Size of post-reset vertex map |
| NumTriMappings | Size of post-reset triangle map |
| bInitializeWithInvalidID | If true, initializes maps with InvalidID |