FConcertSyncSessionDatabase::GetPackageDataForRevision

Get the data from this database for the given package name for the given revision.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertSyncSessionDatabase.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp

Syntax

bool GetPackageDataForRevision
(
    const FName InPackageName,
    const TFunctionRef< void &, FConcertPackageDataStream &)> & InCallback,
    const int64 * InPackageRevision
) const

Remarks

Get the data from this database for the given package name for the given revision.

Returns

True if package data could be found for the given revision, false otherwise.

Parameters

Parameter

Description

InPackageName

The name of the package to get the head revision for.

InCallback

A callback invoked with the package info and package data.

InPackageRevision

The revision of the package to get the data for, or null to get the head revision.

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