Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Monotonic version counter for a scope row. Bumped on every SetScopeData or RemoveScopeData call targeting this row. Part of the scope table schema — every scope row has one automatically.
| Name | FScopeDataVersionColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Scope/EditorDataScopeVersion.h |
| Include Path | #include "DataStorage/Scope/EditorDataScopeVersion.h" |
Syntax
USTRUCT (Meta=(DisplayName="ContextDataVersion"))
struct FScopeDataVersionColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FScopeDataVersionColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Version | uint64 | DataStorage/Scope/EditorDataScopeVersion.h |