Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FClothingSimulationInstance > & GetClothingSimulationInstances () |
Get the current clothing simulation instances (read only) | Components/SkeletalMeshComponent.h | |
| Get the current clothing simulation instances (read/write) | Components/SkeletalMeshComponent.h |
GetClothingSimulationInstances()
Description
Get the current clothing simulation instances (read only)
| Name | GetClothingSimulationInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
const TArray < FClothingSimulationInstance > & GetClothingSimulationInstances() const
GetClothingSimulationInstances()
Description
Get the current clothing simulation instances (read/write)
| Name | GetClothingSimulationInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
TArray < FClothingSimulationInstance > & GetClothingSimulationInstances()