UNiagaraNode::AllowNiagaraTypeForPinTypeChange

Determine whether or not a pin can be changed to a certain type.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNode.h"

Syntax

virtual bool AllowNiagaraTypeForPinTypeChange
(
    const FNiagaraTypeDefinition & InType,
    UEdGraphPin * Pin
) const

Remarks

Determine whether or not a pin can be changed to a certain type. Used to populate the type conversion menu if external pin type changes are allowed or for wildcard responses

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