Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the current clothing simulation context (read only) | Components/SkeletalMeshComponent.h | ||
| Get the current clothing simulation context (read/write) | Components/SkeletalMeshComponent.h |
GetClothingSimulationContext()
Description
Get the current clothing simulation context (read only)
| Name | GetClothingSimulationContext |
| 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 IClothingSimulationContext * GetClothingSimulationContext() const
GetClothingSimulationContext()
Description
Get the current clothing simulation context (read/write)
| Name | GetClothingSimulationContext |
| 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 |
IClothingSimulationContext * GetClothingSimulationContext()