FGraphContextMenuBuilder

This context is used when building a list of actions that can be done in the current context.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public variable

const UEdGraph ...

 

CurrentGraph

The current graph (will never be NULL)

Public variable

TArray< UObject...

 

SelectedObjects

The selected objects.

Constructors

Name Description

Public function

FGraphContextMenuBuilder

(
    const UEdGraph* InGraph
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss