![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DiffResults.h>
Public Member Functions | |
| FDiffSingleResult () | |
| FLinearColor | GetDisplayColor () const |
| bool | IsRealDifference () const |
Public Attributes | |
| EDiffType::Type | Diff |
| EDiffType::Category | Category |
| class UEdGraphNode * | Node1 |
| class UEdGraphNode * | Node2 |
| class UEdGraphPin * | Pin1 |
| class UEdGraphPin * | Pin2 |
| const UObject * | Object1 |
| const UObject * | Object2 |
| FText | DisplayString |
| FText | ToolTip |
| TSharedPtr< class IDiffCustomObject > | CustomObject |
| TSharedPtr< class IDiffCustomProperty > | CustomProperty |
| FString | OwningObjectPath |
Result of a single difference found on graph or object
|
inline |
|
inline |
Get the color that is associated with this diff category
|
inline |
Returns true if this is a confirmed difference
| EDiffType::Category FDiffSingleResult::Category |
| TSharedPtr<class IDiffCustomObject> FDiffSingleResult::CustomObject |
Custom Object Diff. Used with CUSTOM_OBJECT diff types
| TSharedPtr<class IDiffCustomProperty> FDiffSingleResult::CustomProperty |
| EDiffType::Type FDiffSingleResult::Diff |
The type of diff
| FText FDiffSingleResult::DisplayString |
String describing the error to the user
| class UEdGraphNode* FDiffSingleResult::Node1 |
The first node involved in diff
| class UEdGraphNode* FDiffSingleResult::Node2 |
The second node involved in diff
| const UObject* FDiffSingleResult::Object1 |
First top-level object involved in a diff
| const UObject* FDiffSingleResult::Object2 |
Second top-level object involved in a diff
| FString FDiffSingleResult::OwningObjectPath |
Path string of graph, relative to blueprint/asset root
| class UEdGraphPin* FDiffSingleResult::Pin1 |
The first pin involved in diff
| class UEdGraphPin* FDiffSingleResult::Pin2 |
The second pin involved in diff
| FText FDiffSingleResult::ToolTip |
Optional tooltip containing more information