UGroomComponent::DetachFromComponent

Detach this component from whatever it is attached to.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void DetachFromComponent
(
    const FDetachmentTransformRules & DetachmentRules
)

Remarks

Detach this component from whatever it is attached to. Automatically unwelds components that are welded together (See WeldTo)

Parameters

Parameter

Description

DetachmentRules

How to handle transforms & modification when detaching.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss