FSegmentMesh::GetPointToEdges

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

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, TArray< int32 > > & GetPointToEdges() const

Remarks

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

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