Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/trio > API/Plugins/RigLogicLib/trio/Readable > API/Plugins/RigLogicLib/trio/Readable/read
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Concepts.h |
| Include | #include "trio/Concepts.h" |
std::size_t read
&40;
Writable &42; destination,
std::size_t size
&41;
Remarks
Read bytes from this stream into the given stream. Number of bytes read.
Parameters
| Name | Description |
|---|---|
| destination | Destination stream into which the data is going to be read from this stream. |
| size | Number of bytes to read from stream. |