Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Rendering > FSkeletalMeshLODModel
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 |
void GetNonClothVertices
&40;
TArray< FSoftSkinVertex > & OutVertices
&41; const
Remarks
Similar to GetVertices but ignores vertices from clothing sections to avoid getting duplicate vertices from clothing sections if not needed
Parameters
Name | Description |
---|---|
OutVertices | Array to fill |