FCompactMaps::SetIdentity

Set up maps as identity maps. Note triangle map will not be set if bKeepTriangleMap is false.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/CompactMaps.h

Include

#include "Util/CompactMaps.h"

Syntax

void SetIdentity
(
    int MaxVID,
    int MaxTID
)

Remarks

Set up maps as identity maps. Note triangle map will not be set if bKeepTriangleMap is false.

Parameters

Parameter

Description

MaxVID

Vertex map will be created from 0 to MaxVID

MaxTID

If bKeepTriangleMap is true, triangle map will be created from 0 to MaxTID

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss