Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPreloadableArchive
Description
Set the PageSize used read requests made to the LowerLevel Archive in PreloadBytes mode when reading bytes into the In-Memory cache. Invalid to set after Initialization; PageSize must be constant during use.
| Name | SetPageSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/PreloadableFile.h |
| Include Path | #include "Misc/PreloadableFile.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PreloadableFile.cpp |
void SetPageSize
(
int64 PageSize
)