Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| |
|
| Name |
JSONInputArchive |
| Type |
class |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/json/InputArchive.h |
| Include Path |
#include "terse/archives/json/InputArchive.h" |
Syntax
template<class TStream, typename TSize, typename TOffset>
class JSONInputArchive : public terse::ExtendableJSONInputArchive< JSONInputArchive< TStream, std::uint32_t, std::uint32_t >, TStream, std::uint32_t, std::uint32_t >
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
JSONInputArchive
(
TStream* stream_
)
|
|
terse/archives/json/InputArchive.h |
|
Typedefs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Archive< JSONInputArchive > |
friend |
|
terse/archives/json/InputArchive.h |
|
Functions
Public