Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FCachedFileHandle
- IFileHandle::Read()
- FCachedFileHandle::Read()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
Include | #include "HAL/IPlatformFileCachedWrapper.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. |