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 AddExtraFunctionFlags
&40;
const UEdGraph &42; CurrentGraph,
int32 ExtraFlags
&41; const
Remarks
Add the specified flags to the function entry node of the graph, to make sure they get compiled in to the generated function
Parameters
| Name | Description |
|---|---|
| CurrentGraph | The graph of the function to modify the flags for |
| ExtraFlags | The flags to add to the function entry node |