Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerLoad
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
Type | Name | Description | |
---|---|---|---|
![]() |
void * | PackageData | Memory that contains the package data read off disk |
![]() |
int64 | PackageDataSize | Size of the buffer pointed to by PackageData |
![]() |
FThreadSafeCounter * | SynchronizationObject | Synchronization object used to wait for completion of async read. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Basic constructor |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor that will free the sync object |