UEdGraphSchema_K2::MarkFunctionEntryAsEditable

Marks the function entry of a graph as editable via function editor or not-editable

Unreal Engine C++ API Reference > 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
(
    const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * CurrentGraph,
    bool bNewEditable
) 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library