UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDiffSingleResult Struct Reference

#include <DiffResults.h>

Public Member Functions

 FDiffSingleResult ()
 
FLinearColor GetDisplayColor () const
 
bool IsRealDifference () const
 

Public Attributes

EDiffType::Type Diff
 
EDiffType::Category Category
 
class UEdGraphNodeNode1
 
class UEdGraphNodeNode2
 
class UEdGraphPinPin1
 
class UEdGraphPinPin2
 
const UObjectObject1
 
const UObjectObject2
 
FText DisplayString
 
FText ToolTip
 
TSharedPtr< class IDiffCustomObjectCustomObject
 
TSharedPtr< class IDiffCustomPropertyCustomProperty
 
FString OwningObjectPath
 

Detailed Description

Result of a single difference found on graph or object

Constructor & Destructor Documentation

◆ FDiffSingleResult()

FDiffSingleResult::FDiffSingleResult ( )
inline

Member Function Documentation

◆ GetDisplayColor()

FLinearColor FDiffSingleResult::GetDisplayColor ( ) const
inline

Get the color that is associated with this diff category

◆ IsRealDifference()

bool FDiffSingleResult::IsRealDifference ( ) const
inline

Returns true if this is a confirmed difference

Member Data Documentation

◆ Category

EDiffType::Category FDiffSingleResult::Category

◆ CustomObject

TSharedPtr<class IDiffCustomObject> FDiffSingleResult::CustomObject

Custom Object Diff. Used with CUSTOM_OBJECT diff types

◆ CustomProperty

TSharedPtr<class IDiffCustomProperty> FDiffSingleResult::CustomProperty

◆ Diff

EDiffType::Type FDiffSingleResult::Diff

The type of diff

◆ DisplayString

FText FDiffSingleResult::DisplayString

String describing the error to the user

◆ Node1

class UEdGraphNode* FDiffSingleResult::Node1

The first node involved in diff

◆ Node2

class UEdGraphNode* FDiffSingleResult::Node2

The second node involved in diff

◆ Object1

const UObject* FDiffSingleResult::Object1

First top-level object involved in a diff

◆ Object2

const UObject* FDiffSingleResult::Object2

Second top-level object involved in a diff

◆ OwningObjectPath

FString FDiffSingleResult::OwningObjectPath

Path string of graph, relative to blueprint/asset root

◆ Pin1

class UEdGraphPin* FDiffSingleResult::Pin1

The first pin involved in diff

◆ Pin2

class UEdGraphPin* FDiffSingleResult::Pin2

The second pin involved in diff

◆ ToolTip

FText FDiffSingleResult::ToolTip

Optional tooltip containing more information


The documentation for this struct was generated from the following file: