Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FLoggedFileHandle
- IFileHandle::Read()
- FLoggedFileHandle::Read()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h |
| Include | #include "HAL/IPlatformFileLogWrapper.h" |
virtual bool Read
(
uint8 * Destination,
int64 BytesToRead
)
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. |