Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetNodes
Inheritance Hierarchy
- FNodeInfoContext
- FKismetNodeInfoContext
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/KismetNodeInfoContext.h |
Include | #include "KismetNodes/KismetNodeInfoContext.h" |
Syntax
struct FKismetNodeInfoContext : public FNodeInfoContext
Remarks
Context used to aid debugging displays for nodes.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UObject * | ActiveObjectBeingDebugged | Object being debugged for the graph. |
![]() |
TMap< class UEdGraphNode *, TArray< FObjectUUIDPair > > | NodesWithActiveLatentActions | |
![]() |
UBlueprint * | SourceBlueprint | Source blueprint for the graph. |
![]() |
TSet< UEdGraphNode * > | WatchedNodeSet | Set of nodes with a pin that is being watched. |
![]() |
TSet< UEdGraphPin * > | WatchedPinSet | Set of pins with watches. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FKismetNodeInfoContext
(
UEdGraph* SourceGraph |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FObjectUUIDPair |