UNiagaraNode::OnNewPinTypeRequested

Pin type changes are handled by the individual subclasses to account for pin sets (like the if node or select node)

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNode.h"

Syntax

virtual bool OnNewPinTypeRequested
(
    UEdGraphPin * PinToChange,
    FNiagaraTypeDefinition NewType
)

Remarks

Pin type changes are handled by the individual subclasses to account for pin sets (like the if node or select node)

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