EDiffMode

What kind of diff are we performing

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "GraphDiffControl.h"

Syntax

enum EDiffMode
{
    Additive,
    Subtractive,
}

Values

Name

Description

Additive

An item present in 'RHS' but missing in 'LHS' has been added to the graph

Subtractive

An item present in 'RHS' but missing in 'LHS' has been removed from the graph

Remarks

What kind of diff are we performing

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