Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Convenience type for users to define version tags (Version<1>, Version<2>, ...), but it's usage is not mandatory, the user can define custom version tags on it's own, e.g.: struct v1 {}; struct v2 {}; both being also valid version tags, that may be utilized with Terse.
| Name | Version |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/types/Versioned.h |
| Include Path | #include "terse/types/Versioned.h" |
Syntax
template<std::uint64_t V>
struct Version
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static std::uint64_t value() |
terse/types/Versioned.h |