Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateFunctionGraphTerminators
(
UEdGraph& Graph, |
Populate new function graph with entry and possibly return node | EdGraphSchema_K2.h | |
virtual void CreateFunctionGraphTerminators
(
UEdGraph& Graph, |
Populate new function graph with entry and possibly return node | EdGraphSchema_K2.h |
CreateFunctionGraphTerminators(UEdGraph &, UClass *)
Description
Populate new function graph with entry and possibly return node
| Name | CreateFunctionGraphTerminators |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual void CreateFunctionGraphTerminators
(
UEdGraph & Graph,
UClass * Class
) const
Parameters
| Name | Remarks |
|---|---|
| Graph | Graph to add the function terminators to |
| ContextClass | If specified, the graph terminators will use this class to search for context for signatures (i.e. interface functions) |
CreateFunctionGraphTerminators(UEdGraph &, const UFunction *)
Description
Populate new function graph with entry and possibly return node
| Name | CreateFunctionGraphTerminators |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual void CreateFunctionGraphTerminators
(
UEdGraph & Graph,
const UFunction * FunctionSignature
) const
Parameters
| Name | Remarks |
|---|---|
| Graph | Graph to add the function terminators to |
| FunctionSignature | The function signature to mimic when creating the inputs and outputs for the function. |