Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RigLogic
Description
Create a snapshot of an initialized RigLogic instance.
| Name | dump |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void dump
(
BoundedIOStream * destination
) const
Parameters
| Name | Remarks |
|---|---|
| destination | The output stream into which the current state of RigLogic is going to be written. |
See Also
- restore