Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DiffResults.h |
| Include | #include "DiffResults.h" |
Syntax
struct FDiffResults
Remarks
Collects the Diffs found for a node/object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDiffResults
(
TArray< FDiffSingleResult >* InResultArray |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FDiffSingleResult& Result |
Add a diff that was found | |
| bool | Test if it can store results | ||
| bool | True if diffs were found | ||
| int32 | Num () |
Get the number of diffs found |