Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkFileHandle
- IFileHandle::Read()
- FNetworkFileHandle::Read()
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.h" |
virtual bool Read
&40;
uint8 &42; Destination,
int64 BytesToRead
&41;
Remarks
Read bytes from the file. true if the operation completed successfully.
Parameters
| Name | Description |
|---|---|
| Destination | Buffer to holds the results, should be at least BytesToRead in size. |
| BytesToRead | Number of bytes to read into the destination. |