Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TGPUSkinAPEXClothVertexFactory
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.
Virtual Inheritance
- FGPUBaseSkinAPEXClothVertexFactory::GetClothIndexOffset → TGPUSkinAPEXClothVertexFactory::GetClothIndexOffset
| 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