Navigation
API > API/Plugins > API/Plugins/RigLogicLib
This is a wrapper type that is able to alter the serialization behavior, as in, it bundles a serializable object together with a version tag, and dispatches to different serialization functions, based on the bundled version tag.
| Name | Versioned |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/types/Versioned.h |
| Include Path | #include "terse/types/Versioned.h" |
Syntax
template<typename T, typename V >
struct Versioned
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeVersion | V | terse/types/Versioned.h | |
| WrappedType | T | terse/types/Versioned.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| data | WrappedType & | terse/types/Versioned.h |