Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Creates a function graph, but does not add it to the blueprint. If bIsUserCreated is true, the entry/exit nodes will be editable. SignatureFromObject is used to find signature for entry/exit nodes if using an existing signature. The template argument SignatureType should be UClass or UFunction.
| Name | CreateFunctionGraph |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
template<typename SignatureType>
static void CreateFunctionGraph
(
UBlueprint * Blueprint,
class UEdGraph * Graph,
bool bIsUserCreated,
SignatureType * SignatureFromObject
)