Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/InputFileStream
- InputStream::Read()
- InputFileStream::Read()
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Streams.h |
| Include | #include "MuT/Streams.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/Streams.cpp |
virtual void Read
&40;
void &42; pData,
uint64 size
&41;
Remarks
Read a byte buffer
Parameters
| Name | Description |
|---|---|
| pData | destination buffer, must have at least size bytes allocated. |
| size | amount of bytes to read from the stream. |