Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Textual serialization (currently JSON only) generates a pair of braces (`{}_) around every type that has a load, save or serialize member or free function, capable of serializing the type in question. In some cases, with lots of nested structures, for a simpler textual representation, some of these layers of abstractions might be preferable to be ignored. The Transparent
| Name | Transparent |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/types/Transparent.h |
| Include Path | #include "terse/types/Transparent.h" |
Syntax
template<typename T>
struct Transparent
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WrappedType | T | terse/types/Transparent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| data | WrappedType & | terse/types/Transparent.h |