| IFileHandle
|
Module |
|
Header |
/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include |
#include "IPlatformFilePak.h" |
template<typename ReaderPolicy>
class FPakFileHandle : public IFileHandle
File handle to read from pak file.
Name | Description | |
---|---|---|
|
FPakFileHandle |
Use constructor that takes a TRefCountPtr |
|
FPakFileHandle ( |
Constructs pak file handle to read from pak. |
|
FPakFileHandle |
Use constructor that takes a TRefCountPtr |
|
FPakFileHandle ( |
Constructs pak file handle to read from pak. |
Name | Description | |
---|---|---|
|
~FPakFileHandle() |
|
Name | Description | ||
---|---|---|---|
|
bool |
Flush ( |
Flushes file handle to disk. |
|
bool |
Read ( |
Read bytes from the file. |
|
bool |
Seek ( |
Change the current write or read position. |
|
bool |
SeekFromEnd ( |
Change the current write or read position, relative to the end of the file. |
|
int64 |
Size() |
Return the total size of the file |
|
int64 |
Tell() |
Return the current write or read position. |
|
bool |
Truncate ( |
Truncate the file to the given size (in bytes). |
|
bool |
Write ( |
Write bytes to the file. |
Name | Description | ||
---|---|---|---|
|
FPakFileHandle |
Use constructor that takes a TRefCountPtr |
|
|
FPakFileHandle |
Use constructor that takes a TRefCountPtr |