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