FSkeletalMeshLODModel::GetNonClothVertices

Similar to GetVertices but ignores vertices from clothing sections to avoid getting duplicate vertices from clothing sections if not needed

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 GetNonClothVertices
(
    TArray< FSoftSkinVertex > & OutVertices
) const

Remarks

Similar to GetVertices but ignores vertices from clothing sections to avoid getting duplicate vertices from clothing sections if not needed

Parameters

Parameter

Description

OutVertices

Array to fill

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