Navigation
Unreal Engine C++ API Reference > 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](API\Runtime\Engine\EdGraph\UEdGraph) * GetFunctionGraph ( const [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) *& OutGraphNode ) 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 |