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