FDiffResults

Collects the Diffs found for a node/object

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss