FConcertSyncSessionDatabase::PackageHasLiveTransactions

Get if a Package has any live transactions

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 PackageHasLiveTransactions
(
    const FName InPackageName,
    bool & OutHasLiveTransaction
) const

Remarks

Get if a Package has any live transactions

Returns

True if query was resolved correctly, false otherwise.

Parameters

Parameter

Description

InPackageName

The name of the package to check if it has live transactions.

OutHasLiveTransaction

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