![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoDispatcherFileBackendTypes.h>
Public Member Functions | |
| FFileIoStoreBufferAllocator (FFileIoStoreStats &InStats) | |
| PAKFILE_API void | Initialize (uint64 MemorySize, uint64 BufferSize, uint32 BufferAlignment) |
| PAKFILE_API FFileIoStoreBuffer * | AllocBuffer () |
| PAKFILE_API void | FreeBuffer (FFileIoStoreBuffer *Buffer) |
| uint64 | GetBufferSize () const |
|
inline |
| FFileIoStoreBuffer * FFileIoStoreBufferAllocator::AllocBuffer | ( | ) |
| void FFileIoStoreBufferAllocator::FreeBuffer | ( | FFileIoStoreBuffer * | Buffer | ) |
|
inline |
| void FFileIoStoreBufferAllocator::Initialize | ( | uint64 | MemorySize, |
| uint64 | BufferSize, | ||
| uint32 | BufferAlignment | ||
| ) |