FConcertSyncSessionDatabase::GetLiveTransactionEventIds

Get the IDs of any live transaction events.

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 GetLiveTransactionEventIds
(
    TArray< int64 > & OutTransactionEventIds
) const

Remarks

Get the IDs of any live transaction events.

Returns

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

Parameters

Parameter

Description

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