Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BinaryStreamWriter
Warnings * User is responsible for releasing the returned pointer by calling destroy.
Description
If a memory resource is not given, a default allocation mechanism will be used.
User is responsible for releasing the returned pointer by calling destroy.
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/BinaryStreamWriter.h |
| Include Path | #include "dna/BinaryStreamWriter.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Private/dna/stream/BinaryStreamWriterImpl.cpp |
static BinaryStreamWriter * create
(
BoundedIOStream * stream,
MemoryResource * memRes
)
Parameters
| Name | Remarks |
|---|---|
| stream | Stream into which the data is going to be written. |
| memRes | Memory resource to be used for allocations. |
See Also
- destroy