UNiagaraNodeOp::CanRemovePin

Called to determine if a pin can be removed by the user.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraNodeWithDynamicPins::CanRemovePin()

UNiagaraNodeOp::CanRemovePin()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeOp.h

Include

#include "NiagaraNodeOp.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeOp.cpp

Syntax

virtual bool CanRemovePin
(
    const UEdGraphPin * Pin
) const

Remarks

Called to determine if a pin can be removed by the user.

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