Navigation
Unreal Engine C++ API Reference > Plugins > RigLogicLib > terse
Inheritance Hierarchy
- Archive
- ExtendableBinaryInputArchive
- BinaryInputArchive
- ExtendableBinaryOutputArchive
- BinaryOutputArchive
- ExtendableJSONInputArchive
- JSONInputArchive
- ExtendableJSONOutputArchive
- JSONOutputArchive
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/Archive.h |
Include | #include "terse/Archive.h" |
Syntax
template<class ArchiveImpl>
class Archive
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Archive
(
ArchiveImpl* impl_ |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | dispatch
(
Head&& head |
|
![]() |
void | dispatch
(
Head&& head, |
|
![]() ![]() |
void * | getUserData () |
|
![]() |
bool | isOk () |
|
![]() |
void | label
(
const char* value |
|
![]() |
void | setUserData
(
void* data |
|
![]() |
void | sync () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void | operator()
(
Args&&... args |
|
![]() |
ArchiveImpl & | operator<<
(
TSerializable& source |
|
![]() |
ArchiveImpl & | operator>>
(
TSerializable& dest |