UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSkeletalMeshDeformerHelpers::FClothBuffers Struct Reference

#include <SkeletalMeshDeformerHelpers.h>

Public Attributes

int32 ClothInfluenceBufferOffset = 0
 
FRHIShaderResourceViewClothInfluenceBuffer = nullptr
 
FRHIShaderResourceViewClothSimulatedPositionAndNormalBuffer = nullptr
 
FMatrix44f ClothToLocal = FMatrix44f::Identity
 

Detailed Description

Buffer SRVs from the cloth system.

Member Data Documentation

◆ ClothInfluenceBuffer

FRHIShaderResourceView* FSkeletalMeshDeformerHelpers::FClothBuffers::ClothInfluenceBuffer = nullptr

◆ ClothInfluenceBufferOffset

int32 FSkeletalMeshDeformerHelpers::FClothBuffers::ClothInfluenceBufferOffset = 0

◆ ClothSimulatedPositionAndNormalBuffer

FRHIShaderResourceView* FSkeletalMeshDeformerHelpers::FClothBuffers::ClothSimulatedPositionAndNormalBuffer = nullptr

◆ ClothToLocal

FMatrix44f FSkeletalMeshDeformerHelpers::FClothBuffers::ClothToLocal = FMatrix44f::Identity

The documentation for this struct was generated from the following file: