FConcertSyncSessionDatabase::IsLiveTransactionEvent

Check whether the given transaction event ID is currently for a live transaction 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 IsLiveTransactionEvent
(
    const int64 InTransactionEventId,
    bool & OutIsLive
) const

Remarks

Check whether the given transaction event ID is currently for a live transaction event.

Returns

True if the transaction event ID was queried successfully, false otherwise.

Parameters

Parameter

Description

InTransactionEventId

The ID of the transaction event to check.

OutIsLive

Bool to populate with the result.

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