Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | BinaryOutputArchive |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/OutputArchive.h |
| Include Path | #include "terse/archives/binary/OutputArchive.h" |
Syntax
template<class TStream, typename TSize, typename TOffset, Endianness EByteOrder>
class BinaryOutputArchive : public terse::ExtendableBinaryOutputArchive< BinaryOutputArchive< TStream, std::uint32_t, std::uint32_t, Endianness::Network >, TStream, std::uint32_t, std::uint32_t, Endianness::Network >
Inheritance Hierarchy
- Archive → ExtendableBinaryOutputArchive → BinaryOutputArchive
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BinaryOutputArchive
(
TStream* stream_ |
terse/archives/binary/OutputArchive.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BaseArchive | ExtendableBinaryOutputArchive< BinaryOutputArchive, TStream, TSize, TOffset, EByteOrder > | terse/archives/binary/OutputArchive.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Archive< BinaryOutputArchive > | friend | terse/archives/binary/OutputArchive.h |