Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
void MarkFunctionEntryAsEditable
&40;
const UEdGraph &42; CurrentGraph,
bool bNewEditable
&41; const
Remarks
Marks the function entry of a graph as editable via function editor or not-editable
Parameters
| Name | Description |
|---|---|
| CurrentGraph | The graph of the function to modify the entry node for |
| bNewEditable | Whether or not the function entry for the graph should be editable via the function editor |