Navigation
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 |
bool IsConstFunctionGraph ( const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * TestEdGraph, bool * bOutIsEnforcingConstCorrectness ) const
Remarks
Checks to see if the specified graph is a const function graph true if this is a const function graph
Parameters
Name | Description |
---|---|
TestEdGraph | Graph to test |
bOutIsEnforcingConstCorrectness | (Optional) Whether or not this graph is enforcing const correctness during compilation |