Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_Integer
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Value | The stored value. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Converts the struct to a boolean. | |||
| Converts the struct to a int16. | |||
| Converts the struct to a int32. | |||
| Converts the struct to a int64. | |||
| Converts the struct to a int8. | |||
| Converts the struct to a uint16. | |||
| Converts the struct to a uint32. | |||
| Converts the struct to a uint64. | |||
| Converts the struct to a uint8. |