Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
Inheritance Hierarchy
- FGraphActionListBuilderBase
- FGraphActionMenuBuilder
- FGraphContextMenuBuilder
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FGraphContextMenuBuilder : public FGraphActionMenuBuilder
Remarks
This context is used when building a list of actions that can be done in the current context.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UEdGraph * | CurrentGraph | The current graph (will never be NULL) | |
| TArray< UObject * > | SelectedObjects | The selected objects. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphContextMenuBuilder
(
const UEdGraph* InGraph |