UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GraphEditAction.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
25
26
#define NULL
Definition oodle2base.h:134
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EEdGraphActionType
Definition GraphEditAction.h:9
@ GRAPHACTION_AddNode
Definition GraphEditAction.h:14
@ GRAPHACTION_RemoveNode
Definition GraphEditAction.h:20
@ GRAPHACTION_EditNode
Definition GraphEditAction.h:23
@ GRAPHACTION_SelectNode
Definition GraphEditAction.h:17
@ GRAPHACTION_Default
Definition GraphEditAction.h:11
Definition EdGraphNode.h:289
Definition EdGraph.h:68
@ false
Definition radaudio_common.h:23
Definition GraphEditAction.h:29
TSet< const class UEdGraphNode * > Nodes
Definition GraphEditAction.h:35
FEdGraphEditAction()
Definition GraphEditAction.h:39
bool bUserInvoked
Definition GraphEditAction.h:37
EEdGraphActionType Action
Definition GraphEditAction.h:31
FEdGraphEditAction(EEdGraphActionType InAction, class UEdGraph *InGraph, class UEdGraphNode *InNode, bool bInUserInvoked)
Definition GraphEditAction.h:45
class UEdGraph * Graph
Definition GraphEditAction.h:33