Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGPUBaseSkinAPEXClothVertexFacto-
Description
Get offset from vertex index to cloth influence index at a given vertex index. The offset will be constant for all vertices in the same section.
Derived Overrides
| Name | GetClothIndexOffset |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h |
| Include Path | #include "GPUSkinVertexFactory.h" |
virtual uint32 GetClothIndexOffset
(
uint32 VertexIndex,
uint32 LODBias
) const