FKismetNodeInfoContext

Context used to aid debugging displays for nodes.

Windows
MacOS
Linux

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

Name Description

Public variable

UObject *

 

ActiveObjectBeingDebugged

Object being debugged for the graph.

Public variable

TMap< class UEd...

 

NodesWithActiveLatentActions

Public variable

UBlueprint *...

 

SourceBlueprint

Source blueprint for the graph.

Public variable

TSet< UEdGraphN...

 

WatchedNodeSet

Set of nodes with a pin that is being watched.

Public variable

TSet< UEdGraphP...

 

WatchedPinSet

Set of pins with watches.

Constructors

Name Description

Public function

FKismetNodeInfoContext

(
    UEdGraph* SourceGraph
)

Classes

Name

Description

Public struct

FObjectUUIDPair

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss