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 GetVertices
&40;
TArray< FSoftSkinVertex > & Vertices
&41; const
Remarks
Fill array with vertex position and tangent data from skel mesh chunks.
Parameters
Name | Description |
---|---|
Vertices | Array to fill. |