Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildStatistics.h |
| Include | #include "Interfaces/IBuildStatistics.h" |
Syntax
struct FFileOperation
Remarks
A struct representing a file operation to be completed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EFileOperationState | CurrentState | The current state of this operation. | |
| FGuid | DataId | The idea of the chunk where the data is taken from. | |
| FString | Filename | The build filename where this data section goes. | |
| uint64 | Offest | The offset into the file. | |
| uint64 | Size | The size of the data to write. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileOperation
(
FString Filename, |
Destructors
| Type | Name | Description | |
|---|---|---|---|