FConcertSyncSessionDatabase::EnumeratePackageNamesWithHeadRevision

Enumerate package names for packages with a head revision (at least one package event)

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 EnumeratePackageNamesWithHeadRevision
(
    TFunctionRef< bool)> InCallback,
    bool IgnorePersisted
) const

Remarks

Enumerate package names for packages with a head revision (at least one package event)

Returns

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

Parameters

Parameter

Description

InCallback

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

IgnorePersisted

Will skip enumeration of packages which head revision have been persisted.

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