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