UEdGraphSchema_K2::MarkFunctionEntryAsEditable

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

Windows
MacOS
Linux

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

Syntax

void MarkFunctionEntryAsEditable
(
    const UEdGraph * CurrentGraph,
    bool bNewEditable
) const

Remarks

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

Parameters

Parameter

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

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