UK2Node::ShouldRedirectParam

Searches ParamRedirect Map and find if there is matching new param returns the redirect type

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp

Syntax

ERedirectType ShouldRedirectParam
(
    const TArray< FString > & OldPinNames,
    FName & NewPinName,
    const UK2Node * NewPinNode
) const

Remarks

Searches ParamRedirect Map and find if there is matching new param

returns the redirect type

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