Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UnrealMutableInputStream
- InputStream::Read()
- UnrealMutableInputStream::Read()
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/UnrealMutableModelDiskStreamer.h |
| Include | #include "MuCO/UnrealMutableModelDiskStreamer.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/UnrealMutableModelDiskStreamer.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. |