Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
[UK2Node](API\Editor\BlueprintGraph\UK2Node) * ConvertDeprecatedNodeToFunctionCall ( [UK2Node](API\Editor\BlueprintGraph\UK2Node) * OldNode, [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * NewFunction, [TMap](API\Runtime\Core\Containers\TMap)< [FName](API\Runtime\Core\UObject\FName), [FName](API\Runtime\Core\UObject\FName) > & OldPinToNewPinMap, [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph ) const
Remarks
Convert a deprecated node into a function call node, called from per-node ConvertDeprecatedNode