![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GraphEditAction.h>
Public Member Functions | |
| FEdGraphEditAction () | |
| FEdGraphEditAction (EEdGraphActionType InAction, class UEdGraph *InGraph, class UEdGraphNode *InNode, bool bInUserInvoked) | |
Public Attributes | |
| EEdGraphActionType | Action |
| class UEdGraph * | Graph |
| TSet< const class UEdGraphNode * > | Nodes |
| bool | bUserInvoked |
Struct containing information about what actions occurred on the graph
|
inline |
|
inlineexplicit |
| EEdGraphActionType FEdGraphEditAction::Action |
The action(s) that occurred
| bool FEdGraphEditAction::bUserInvoked |
Whether the user invoked this change or not
| class UEdGraph* FEdGraphEditAction::Graph |
The graph the action occurred on
| TSet<const class UEdGraphNode*> FEdGraphEditAction::Nodes |
[Optional] The object the action occurred on