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 |
static void ConfigureVarNode
&40;
class UK2Node_Variable &42; InVarNode,
FName InVariableName,
UStruct &42; InVariableSource,
UBlueprint &42; InTargetBlueprint
&41;
Remarks
Configure the supplied variable node based on the supplied info
Parameters
Name | Description |
---|---|
InVarNode | The variable node to be configured |
InVariableName | The name of the current variable |
InVaraiableSource | The source of the variable |
InTargetBlueprint | The blueprint this node will be used on |