FMeshDescription::IsVertexOrphaned

Returns whether a given vertex is orphaned, i.e. it doesn't form part of any polygon

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h

Include

#include "MeshDescription.h"

Source

/Engine/Source/Runtime/MeshDescription/Private/MeshDescription.cpp

Syntax

bool IsVertexOrphaned
(
    const FVertexID VertexID
) const

Remarks

Returns whether a given vertex is orphaned, i.e. it doesn't form part of any polygon

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