FNodeDiffContext

A struct holding the context data for a node diff

Unreal Engine C++ API Reference > Editor > GraphEditor > FGraphDiffControl

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h
Include #include "GraphDiffControl.h"

Syntax

struct FNodeDiffContext  

Remarks

A struct holding the context data for a node diff

Variables

Type Name Description
bool bIsRootNode True if this node is a root node in the graph, false if this node is nested within another node
EDiffFlags::Typ... DiffFlags What items should be included in the diff?
EDiffMode DiffMode What kind of diff are we performing?
FText NodeTypeDisplayName Display name used when showing the node type in messages

Constructors

Type Name Description
  FNodeDiffContext ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library