Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprint
Description
Gets the last edited uber graph. If no graph was found in the last edited document set, the first ubergraph is returned. If there are no ubergraphs nullptr is returned.
| Name | GetLastEditedUberGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h |
| Include Path | #include "Engine/Blueprint.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Blueprint.cpp |
UEdGraph * GetLastEditedUberGraph() const