UNiagaraNodeOp::OnNewTypedPinAdded

Called when a new typed pin is added by the user.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraNodeWithDynamicPins::OnNewTypedPinAdded()

UNiagaraNodeOp::OnNewTypedPinAdded()

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 void OnNewTypedPinAdded
(
    UEdGraphPin *& NewPin
)

Remarks

Called when a new typed pin is added 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