FSkeletalMeshLODModel::GetSectionFromVertexIndex

Utility for finding the section that a particular vertex is in.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODModel.h

Include

#include "Rendering/SkeletalMeshLODModel.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMeshLODModel.cpp

Syntax

void GetSectionFromVertexIndex
(
    int32 InVertIndex,
    int32 & OutSectionIndex,
    int32 & OutVertIndex
) const

Remarks

Utility for finding the section that a particular vertex is in.

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