FPackagePrecacheInfo

Helper struct to keep track of background file reads

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h

Include

#include "UObject/LinkerLoad.h"

Syntax

struct FPackagePrecacheInfo

Remarks

Helper struct to keep track of background file reads

Variables

Name Description

Public variable

void *

 

PackageData

Memory that contains the package data read off disk

Public variable

int64

 

PackageDataSize

Size of the buffer pointed to by PackageData

Public variable

FThreadSafeCoun...

 

SynchronizationObject

Synchronization object used to wait for completion of async read.

Constructors

Name Description

Public function

FPackagePrecacheInfo()

Basic constructor

Destructors

Name Description

Public function

~FPackagePrecacheInfo()

Destructor that will free the sync object

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