FDiffResults

Collects the Diffs found for a node/object

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public function

FDiffResults

(
    TArray< FDiffSingleResult >* I...
)

Functions

Name Description

Public function

void

 

Add

(
    const FDiffSingleResult& Result
)

Add a diff that was found

Public function Const

bool

 

CanStoreResults()

Test if it can store results

Public function Const

bool

 

HasFoundDiffs()

True if diffs were found

Public function Const

int32

 

Num()

Get the number of diffs found