UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::FVerifierStatisticsFactory Class Reference

#include <VerifierStatistics.h>

Static Public Member Functions

static IVerifierStatisticsCreate (ISpeedRecorder *SpeedRecorder, FBuildPatchProgress *BuildProgress, IFileOperationTracker *FileOperationTracker)
 

Detailed Description

A factory for creating an IVerifierStatistics instance.

Member Function Documentation

◆ Create()

IVerifierStatistics * BuildPatchServices::FVerifierStatisticsFactory::Create ( ISpeedRecorder SpeedRecorder,
FBuildPatchProgress BuildProgress,
IFileOperationTracker FileOperationTracker 
)
static

Creates the verifier's dependency interface and exposes additional information.

Parameters
SpeedRecorderThe speed recorder instance that we send activity records to.
BuildProgressThe legacy progress implementation to bridge the system stats to.
FileOperationTrackerThe file operation tracker which will be used to update data states.
Returns
the new IVerifierStatistics instance created.

The documentation for this class was generated from the following files: