FConcertPackageDataStream

Used to stream the package data.

Windows
MacOS
Linux

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

Name Description

Public variable

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.

Public variable

const TArray< u...

 

DataBlob

An array of bytes containing the package data if the data was already available in memory, null otherwise.

Public variable

int64

 

DataSize

The size of the package data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss