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_Double
Remarks
A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize floating point values passed to the Concert data store API.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
double | Value |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Converts the struct to a double. | ||
![]() ![]() |
Converts the struct to a double. |