FConcertPackage

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertWorkspaceData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertPackage

Variables

Name Description

Public variable UProperty

FString

 

FileId

A link to a file containing the data if the package size was too large to be directly embedded.

Public variable UProperty

FConcertPackage...

 

Info

Contains information about the package event such as the package name, the event type, if this was triggered by an auto-save, etc.

Public variable UProperty

TArray< uint8 >

 

PackageData

Contains the package data, unless the package size was too large (according to the hard limit or a configuration).

Functions

Name Description

Public function Static

bool

 

CanEmbedPackageDataAsByteArray

(
    uint64 PackageDataSize
)

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

Public function Static

constexpr ui...

 

GetMaxPackageDataSizeEmbeddableAsByteArray()

The maximum package data size that can be safely embedded in 'PackageData'.

Public function Const

bool

 

HasPackageData()

Whether some package data is embedded or linked.

Public function Static

bool

 

ShouldEmbedPackageDataAsByteArray

(
    uint64 PackageDataSize
)

Whether the package data should be embedded in 'PackageData'.

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