Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/BinaryStreamWriter
Warnings * User is responsible for releasing the returned pointer by calling destroy.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/BinaryStreamWriter.h |
| Include | #include "dna/BinaryStreamWriter.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Private/dna/stream/BinaryStreamWriterImpl.cpp |
static BinaryStreamWriter * create
(
BoundedIOStream * stream,
MemoryResource * memRes
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| stream | Stream into which the data is going to be written. |
| memRes | Memory resource to be used for allocations. |