FPakFileEntry

Windows
MacOS
Linux

References

Module

ChunkDownloader

Header

/Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h

Include

#include "ChunkDownloader.h"

Syntax

struct FPakFileEntry

Variables

Name Description

Public variable

int32

 

ChunkId

Chunk ID this pak file is assigned to

Public variable

FString

 

FileName

Unique name of the pak file (not path, i.e. no folder)

Public variable

uint64

 

FileSize

Final size of the file in bytes

Public variable

FString

 

FileVersion

Unique ID representing a particular version of this pak file when it is used for validation (not done on golden path, but can be requested) this is assumed to be a SHA1 hash if it begins with "SHA1:" otherwise it's considered just a unique ID.

Public variable

FString

 

RelativeUrl

URL for this pak file (relative to CDN root, includes build-specific folder)

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