UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDiffResults Struct Reference

#include <DiffResults.h>

Public Member Functions

 FDiffResults (TArray< FDiffSingleResult > *InResultArray)
 
void Add (const FDiffSingleResult &Result)
 
bool CanStoreResults () const
 
int32 Num () const
 
bool HasFoundDiffs () const
 

Detailed Description

Collects the Diffs found for a node/object

Constructor & Destructor Documentation

◆ FDiffResults()

FDiffResults::FDiffResults ( TArray< FDiffSingleResult > *  InResultArray)
inline

Member Function Documentation

◆ Add()

void FDiffResults::Add ( const FDiffSingleResult Result)
inline

Add a diff that was found

◆ CanStoreResults()

bool FDiffResults::CanStoreResults ( ) const
inline

Test if it can store results

◆ HasFoundDiffs()

bool FDiffResults::HasFoundDiffs ( ) const
inline

True if diffs were found

◆ Num()

int32 FDiffResults::Num ( ) const
inline

Get the number of diffs found


The documentation for this struct was generated from the following file: