Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h |
Include | #include "K2Node_CallFunction.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp |
UEdGraph &42; GetFunctionGraph
&40;
const UEdGraphNode &42;& OutGraphNode
&41; const
Remarks
Returns the graph for this function, if available. In cases of calling an event, it will be the ubergraph for the event
Parameters
Name | Description |
---|---|
OutGraphNode | If this function calls an event, this param is the event node, otherwise it is NULL |