FConcertSyncSessionDatabase::GetLiveTransactionEventIdsForPackage

Get 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 GetLiveTransactionEventIdsForPackage
(
    const FName InPackageName,
    TArray< int64 > & OutTransactionEventIds
) const

Remarks

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

Returns

True if the live transaction event IDs were resolved, false otherwise.

Parameters

Parameter

Description

InPackageName

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

OutTransactionEventIds

The array of transaction event IDs to populate with the result (will be sorted in ascending order).

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