Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT&40;&41;
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. |