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 |
void ReplaceSelectedNode
&40;
UEdGraphNode &42; SourceNode,
AActor &42; TargetActor
&41;
Remarks
Function to replace current graph node reference object with a new object
Parameters
Name | Description |
---|---|
Reference | to graph node |
Reference | to new reference object |