UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GraphEditAction.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Classes

struct  FEdGraphEditAction
 

Enumerations

enum  EEdGraphActionType {
  GRAPHACTION_Default = 0x0 , GRAPHACTION_AddNode = 0x1 << 0 , GRAPHACTION_SelectNode = 0x1 << 1 , GRAPHACTION_RemoveNode = 0x1 << 2 ,
  GRAPHACTION_EditNode = 0x1 << 3
}
 

Enumeration Type Documentation

◆ EEdGraphActionType

This is the type of action that occurred on a given graph

Enumerator
GRAPHACTION_Default 

A default edit with no information occurred

GRAPHACTION_AddNode 

A node was added to the graph

GRAPHACTION_SelectNode 

A node was selected

GRAPHACTION_RemoveNode 

A node was removed from the graph at the user's request

GRAPHACTION_EditNode 

A node was edited in the graph by a user