Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Description
Get the current simulation data map for the clothing on this component. For use on the game thread and only valid if bWaitForParallelClothTask is true.
| Name | GetCurrentClothingData_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp |
const TMap < int32, FClothSimulData > & GetCurrentClothingData_GameThread() const