Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize integers (of any type) or bool values passed to the Concert data store API.
| Name | FConcertDataStore_Integer |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include Path | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_Integer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | uint64 | The stored value. | ConcertDataStoreMessages.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Converts the struct to a boolean. | ConcertDataStoreMessages.h | |
operator int16() |
Converts the struct to a int16. | ConcertDataStoreMessages.h | |
operator int32() |
Converts the struct to a int32. | ConcertDataStoreMessages.h | |
operator int64() |
Converts the struct to a int64. | ConcertDataStoreMessages.h | |
operator int8() |
Converts the struct to a int8. | ConcertDataStoreMessages.h | |
operator uint16() |
Converts the struct to a uint16. | ConcertDataStoreMessages.h | |
operator uint32() |
Converts the struct to a uint32. | ConcertDataStoreMessages.h | |
operator uint64() |
Converts the struct to a uint64. | ConcertDataStoreMessages.h | |
operator uint8() |
Converts the struct to a uint8. | ConcertDataStoreMessages.h |