Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna
Inheritance Hierarchy
- RBFBehaviorWriter
- GeometryWriter
- MachineLearnedBehaviorWriter
- JointBehaviorMetadataWriter
- TwistSwingBehaviorWriter
- Writer
- StreamWriter
- BinaryStreamWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/Writer.h |
| Include | #include "dna/Writer.h" |
Syntax
class Writer :
public dna::RBFBehaviorWriter ,
public dna::GeometryWriter ,
public dna::MachineLearnedBehaviorWriter ,
public dna::JointBehaviorMetadataWriter ,
public dna::TwistSwingBehaviorWriter
Remarks
This class combines the various different writer interfaces into a single interface. The artificial separation into multiple interfaces in this case just mirrors the structure of the Reader hierarchy, as it's not possible to selectively write only specific layers.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~Writer () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | setFrom
(
const Reader* source, |
Initialize the Writer from the given Reader. |