Type

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h

Include

#include "GraphDiffControl.h"

Syntax

enum Type
{
    NodeExistance        = (1<<0),
    NodeMovement         = (1<<1),
    NodeComment          = (1<<2),
    NodePins             = (1<<3),
    NodeSpecificDiffs    = (1<<4),
    All                  = NodeExistance | NodeMovement | NodeComment | NodePins | NodeSpecificDiffs,
}

Values

Name

Description

NodeExistance

Include node existence (adds and removes) in the diff

NodeMovement

Include node movement in the diff

NodeComment

Include the node comment in the diff

NodePins

Include the node pin changes in the diff

NodeSpecificDiffs

Include any node specific items in the diff

All

Include all the things

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