Navigation
Unreal Engine C++ API Reference > Runtime > Engine
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
Type | Name | Description | |
---|---|---|---|
![]() |
EDiffType::Category | Category | |
![]() |
EDiffType::Type | Diff | The type of diff |
![]() |
FText | DisplayString | String describing the error to the user |
![]() |
UEdGraphNode * | Node1 | The first node involved in diff |
![]() |
UEdGraphNode * | Node2 | The second node involved in diff |
![]() |
UObject * | Object1 | First top-level object involved in a diff |
![]() |
UObject * | Object2 | Second top-level object involved in a diff |
![]() |
FString | OwningObjectPath | Path string of graph, relative to blueprint/asset root |
![]() |
UEdGraphPin * | Pin1 | The first pin involved in diff |
![]() |
UEdGraphPin * | Pin2 | The second pin involved in diff |
![]() |
FText | ToolTip | Optional tooltip containing more information |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FLinearColor | Get the color that is associated with this diff category | |
![]() ![]() |
bool | Returns true if this is a confirmed difference |