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_String
Remarks
A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize FName and FString passed to the Concert data store API.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Value |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Converts the struct to a FName. | |||
| Converts the struct to a FString. |