Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const IClothingSimulation * GetClothingSimulation () |
Get the current clothing simulation (read only) | Components/SkeletalMeshComponent.h | |
| Get the current clothing simulation (read/write) | Components/SkeletalMeshComponent.h |
GetClothingSimulation()
Description
Get the current clothing simulation (read only)
| Name | GetClothingSimulation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp |
const IClothingSimulation * GetClothingSimulation() const
GetClothingSimulation()
Description
Get the current clothing simulation (read/write)
| Name | GetClothingSimulation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp |
IClothingSimulation * GetClothingSimulation()