FSegmentMesh::GetPointToNeighborsMap

A map of each point index to the list of connected points.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SegmentMesh.h

Include

#include "Chaos/SegmentMesh.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/SegmentMesh.cpp

Syntax

const TMap< int32, TSet< int32 > > & GetPointToNeighborsMap() const

Remarks

A map of each point index to the list of connected points.

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