UNiagaraComponent::OnChildDetached

Called after a child scene component is detached from this component.

Windows
MacOS
Linux

Override Hierarchy

USceneComponent::OnChildDetached()

UNiagaraComponent::OnChildDetached()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

Syntax

virtual void OnChildDetached
(
    USceneComponent * ChildComponent
)

Remarks

Called after a child scene component is detached from this component. Note: Do not change the attachment state of the child during this call.

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