FConcertSyncSessionDatabase::GetTransactionActivityForEvent

Get a transaction activity for an event in this database.

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 GetTransactionActivityForEvent
(
    const int64 InTransactionEventId,
    FConcertSyncTransactionActivity & OutTransactionActivity
) const

Remarks

Get a transaction activity for an event in this database.

Returns

True if the transaction activity was found, false otherwise.

Parameters

Parameter

Description

InTransactionEventId

The ID of the transaction event to find the activity for.

OutTransactionActivity

The transaction activity 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