USkeletalMeshComponent::GetCurrentClothingData_AnyThread

Get the current simulation data map for the clothing on this component.

Windows
MacOS
Linux

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

Syntax

const TMap< int32, FClothSimulData > & GetCurrentClothingData_AnyThread() const

Remarks

Get the current simulation data map for the clothing on this component. This will stall until the cloth simulation is complete.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss