FDiffSingleResult

Result of a single difference found on graph or object

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DiffResults.h

Include

#include "DiffResults.h"

Syntax

struct FDiffSingleResult

Remarks

Result of a single difference found on graph or object

Variables

Name Description

Public variable

EDiffType::Type

 

Diff

The type of diff

Public variable

FLinearColor

 

DisplayColor

User can override color to use for display string

Public variable

FText

 

DisplayString

String describing the error to the user

Public variable

UEdGraphNode &#...

 

Node1

The first node involved in diff

Public variable

UEdGraphNode &#...

 

Node2

The second node involved in diff

Public variable

UObject *

 

Object1

First top-level object involved in a diff

Public variable

UObject *

 

Object2

Second top-level object involved in a diff

Public variable

FString

 

OwningObjectPath

Path string of graph, relative to blueprint/asset root

Public variable

UEdGraphPin ...

 

Pin1

The first pin involved in diff

Public variable

UEdGraphPin ...

 

Pin2

The second pin involved in diff

Public variable

FText

 

ToolTip

Optional tooltip containing more information

Constructors

Name Description

Public function

FDiffSingleResult()

Functions

Name Description

Public function Const

bool

 

IsRealDifference()

Returns true if this is a confirmed difference

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