Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
Description
Clear the skin weight profile from the given layer on this component, in case it is set. If no profile is set for the layer, then this call does nothing.
| Name | ClearSkinWeightProfile |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|SkinnedMesh")
void ClearSkinWeightProfile
(
ESkinWeightProfileLayer InLayer
)