Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Description
Get the current simulation data map for the clothing on this component. This will stall until the cloth simulation is complete.
| Name | GetCurrentClothingData_AnyThread |
| 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_AnyThread() const