FConcertPackage::CanEmbedPackageDataAsByteArray

Whether the package data can safely be embedded in 'PackageData' without overflow (ex 3GB overflows int32 type).

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceData.h

Include

#include "ConcertWorkspaceData.h"

Syntax

static bool CanEmbedPackageDataAsByteArray
(
    uint64 PackageDataSize
)

Remarks

Whether the package data can safely be embedded in 'PackageData' without overflow (ex 3GB overflows int32 type). Not necessarily reasonable, but safe.

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