Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna
Inheritance Hierarchy
- BehaviorWriter
- GeometryWriter
- MachineLearnedBehaviorWriter
- Writer
- StreamWriter
- BinaryStreamWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/BinaryStreamWriter.h |
| Include | #include "dna/BinaryStreamWriter.h" |
Syntax
class BinaryStreamWriter : public dna::StreamWriter
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| BinaryStreamWriter * | create
(
BoundedIOStream* stream, |
Factory method for creation of BinaryStreamWriter. | |
| void | destroy
(
BinaryStreamWriter* instance |
Method for freeing a BinaryStreamWriter instance. | |
| void | setFrom
(
const BinaryStreamReader* source, |