![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FileConstructorStatistics.h>
Static Public Member Functions | |
| static IFileConstructorStatistics * | Create (ISpeedRecorder *ReadSpeedRecorder, ISpeedRecorder *WriteSpeedRecorder, FBuildPatchProgress *BuildProgress, IFileOperationTracker *FileOperationTracker) |
A factory for creating an IFileConstructorStatistics instance.
|
static |
Creates the file constructor's dependency interface and exposes additional information.
| ReadSpeedRecorder | The read speed recorder instance that we send activity records to. |
| WriteSpeedRecorder | The write speed recorder instance that we send activity records to. |
| BuildProgress | The legacy progress implementation to bridge the system stats to. |
| FileOperationTracker | The file operation tracker which will be used to update data states. |