FConcertSyncSessionDatabase::EnumerateHeadRevisionPackageData

Enumerate the head revision package data for all packages in this database.

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 EnumerateHeadRevisionPackageData
(
    TFunctionRef< bool &, FConcertPackageDataStream &)> InCallback
) const

Remarks

Enumerate the head revision package data for all packages in this database.

Returns

True if the package data was enumerated without error, false otherwise.

Parameters

Parameter

Description

InCallback

Callback invoked for each package; return true to continue enumeration, or false to stop.

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