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