Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
- USkinnedMeshComponent::GetUpdateClothSimulationData_AnyThread()
- USkeletalMeshComponent::GetUpdateClothSimulationData_AnyThread()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp |
virtual void GetUpdateClothSimulationData_AnyThread
&40;
TMap< int32, FClothSimulData > & OutClothSimulData,
FMatrix & OutLocalToWorld,
float & OutClothBlendWeight
&41;
Remarks
Store cloth simulation data into OutClothSimulData. Override USkinnedMeshComponent.