UK2Node_CallFunction::GetFunctionGraph

Returns the graph for this function, if available.

Windows
MacOS
Linux

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

Syntax

UEdGraph * GetFunctionGraph
(
    const 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

Parameter

Description

OutGraphNode

If this function calls an event, this param is the event node, otherwise it is NULL

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss