Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
| Include | #include "ConcertSyncSessionTypes.h" |
Syntax
struct FConcertPackageDataStream
Remarks
Used to stream the package data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FArchive * | DataAr | The package data, positioned to read the first byte of package data, not necessarily at zero, some unrelated data can be store before. | |
| const TArray< uint8 > * | DataBlob | An array of bytes containing the package data if the data was already available in memory, null otherwise. | |
| int64 | DataSize | The size of the package data. |