UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEdGraphEditAction Struct Reference

#include <GraphEditAction.h>

Public Member Functions

 FEdGraphEditAction ()
 
 FEdGraphEditAction (EEdGraphActionType InAction, class UEdGraph *InGraph, class UEdGraphNode *InNode, bool bInUserInvoked)
 

Public Attributes

EEdGraphActionType Action
 
class UEdGraphGraph
 
TSet< const class UEdGraphNode * > Nodes
 
bool bUserInvoked
 

Detailed Description

Struct containing information about what actions occurred on the graph

Constructor & Destructor Documentation

◆ FEdGraphEditAction() [1/2]

FEdGraphEditAction::FEdGraphEditAction ( )
inline

◆ FEdGraphEditAction() [2/2]

FEdGraphEditAction::FEdGraphEditAction ( EEdGraphActionType  InAction,
class UEdGraph InGraph,
class UEdGraphNode InNode,
bool  bInUserInvoked 
)
inlineexplicit

Member Data Documentation

◆ Action

EEdGraphActionType FEdGraphEditAction::Action

The action(s) that occurred

◆ bUserInvoked

bool FEdGraphEditAction::bUserInvoked

Whether the user invoked this change or not

◆ Graph

class UEdGraph* FEdGraphEditAction::Graph

The graph the action occurred on

◆ Nodes

TSet<const class UEdGraphNode*> FEdGraphEditAction::Nodes

[Optional] The object the action occurred on


The documentation for this struct was generated from the following file: