FFileOperation

A struct representing a file operation to be completed.

Windows
MacOS
Linux

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

Name Description

Public variable

EFileOperationS...

 

CurrentState

The current state of this operation.

Public variable

FGuid

 

DataId

The idea of the chunk where the data is taken from.

Public variable

FString

 

Filename

The build filename where this data section goes.

Public variable

uint64

 

Offest

The offset into the file.

Public variable

uint64

 

Size

The size of the data to write.

Constructors

Name Description

Public function

FFileOperation

(
    FString Filename,
    const FGuid& DataId,
    uint64 Offest,
    uint64 Size,
    EFileOperationState CurrentState
)

Destructors

Name Description

Public function

~FFileOperation()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss