FConcertSyncSessionDatabase::GetPackageNamesWithLiveTransactions

Get the names of of any packages that have 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 GetPackageNamesWithLiveTransactions
(
    TArray< FName > & OutPackageNames
) const

Remarks

Get the names of of any packages that have live transaction events.

Returns

True if the package names were resolved, false otherwise.

Parameters

Parameter

Description

OutPackageNames

The array of names 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