Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGraphNodeContextMenuContext
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class UGraphNodeContextMenuContext : public UObject
Remarks
This is the context for GetContextMenuActions and GetNodeContextMenuActions calls.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDebugging | Whether the graph editor is currently part of a debugging session (any non-debugging commands should be disabled). | |
| TObjectPtr< const UBlueprint > | Blueprint | The blueprint associated with this context; may be NULL for non-Kismet related graphs. | |
| TObjectPtr< const UEdGraph > | Graph | The graph associated with this context. | |
| TObjectPtr< const UEdGraphNode > | Node | The node associated with this context. | |
| const UEdGraphPin * | Pin | The pin associated with this context; may be NULL when over a node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const UEdGraph* InGraph, |