Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomComponent
- USceneComponent::DetachFromComponent()
- UGroomComponent::DetachFromComponent()
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomComponent.h |
| Include | #include "GroomComponent.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomComponent.cpp |
virtual void DetachFromComponent
&40;
const FDetachmentTransformRules & DetachmentRules
&41;
Remarks
Detach this component from whatever it is attached to. Automatically unwelds components that are welded together (See WeldTo)
Parameters
| Name | Description |
|---|---|
| DetachmentRules | How to handle transforms & modification when detaching. |