Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
| Include | #include "EdGraph/EdGraph.h" |
Syntax
struct FGraphReference
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UBlueprint > | GraphBlueprint | The blueprint the graph is contained within. | |
| FGuid | GraphGuid | The graph GUID so we can refind it if it has been renamed. | |
| TObjectPtr< class UEdGraph > | MacroGraph | Reference to the actual graph. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UBlueprint * | GetBlueprint () |
||
| UEdGraph * | GetGraph () |
||
| void | PostSerialize
(
const FArchive& Ar |
||
| void |