UGraphNodeContextMenuContext

This is the context for GetContextMenuActions and GetNodeContextMenuActions calls.

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UGraphNodeContextMenuContext

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Syntax

class UGraphNodeContextMenuContext : public UObject

Remarks

This is the context for GetContextMenuActions and GetNodeContextMenuActions calls.

Variables

Name Description

Public variable

bool

 

bIsDebugging

Whether the graph editor is currently part of a debugging session (any non-debugging commands should be disabled).

Public variable

TObjectPtr< con...

 

Blueprint

The blueprint associated with this context; may be NULL for non-Kismet related graphs.

Public variable

TObjectPtr< con...

 

Graph

The graph associated with this context.

Public variable

TObjectPtr< con...

 

Node

The node associated with this context.

Public variable

const UEdGraphP...

 

Pin

The pin associated with this context; may be NULL when over a node.

Constructors

Functions

Name Description

Public function

void

 

Init

(
    const UEdGraph* InGraph,
    const UEdGraphNode* InNode,
    const UEdGraphPin* InPin,
    bool bInDebuggingMode
)

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