Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/trio > API/Plugins/RigLogicLib/trio/Writable > API/Plugins/RigLogicLib/trio/Writable/write
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Concepts.h |
| Include | #include "trio/Concepts.h" |
std::size_t write
&40;
const char &42; source,
std::size_t size
&41;
Remarks
Writes bytes from the given buffer to the stream. Number of bytes written.
Parameters
| Name | Description |
|---|---|
| source | Source buffer from which the data is going to be written to the stream. |
| size | Number of bytes to write to the stream. |