Navigation
API > API/Runtime > API/Runtime/Engine
Result of a single difference found on graph or object
| Name | FDiffSingleResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/DiffResults.h |
| Include Path | #include "DiffResults.h" |
Syntax
struct FDiffSingleResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDiffSingleResult() |
DiffResults.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | EDiffType::Category | DiffResults.h | ||
| Diff | EDiffType::Type | The type of diff | DiffResults.h | |
| DisplayString | FText | String describing the error to the user | DiffResults.h | |
| Node1 | UEdGraphNode * | The first node involved in diff | DiffResults.h | |
| Node2 | UEdGraphNode * | The second node involved in diff | DiffResults.h | |
| Object1 | UObject * | First top-level object involved in a diff | DiffResults.h | |
| Object2 | UObject * | Second top-level object involved in a diff | DiffResults.h | |
| OwningObjectPath | FString | Path string of graph, relative to blueprint/asset root | DiffResults.h | |
| Pin1 | UEdGraphPin * | The first pin involved in diff | DiffResults.h | |
| Pin2 | UEdGraphPin * | The second pin involved in diff | DiffResults.h | |
| ToolTip | FText | Optional tooltip containing more information | DiffResults.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetDisplayColor() |
Get the color that is associated with this diff category | DiffResults.h | |
bool IsRealDifference() |
Returns true if this is a confirmed difference | DiffResults.h |