Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_VariableSetRef
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h |
Include | #include "K2Node_VariableSetRef.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp |
void CoerceTypeFromPin
&40;
const UEdGraphPin &42; Pin
&41;
Remarks
Changes the type of variable set by this node, based on the specified pin
Parameters
Name | Description |
---|---|
Pin | The pin to gather type information from. |