FConcertSyncSessionDatabase::EnumerateLiveTransactionEventIdsForPackage

Enumerate the IDs of any live transaction events for the given package name.

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 EnumerateLiveTransactionEventIdsForPackage
(
    const FName InPackageName,
    TFunctionRef< bool)> InCallback
) const

Remarks

Enumerate the IDs of any live transaction events for the given package name.

Returns

True if the live transaction event IDs were enumerated without error, false otherwise.

Parameters

Parameter

Description

InPackageName

The name of the package to get the live transaction event IDs for.

InCallback

Callback invoked for each transaction event ID; 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