Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore > FConcertSyncSessionDatabase
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 |
bool LoadTransaction
&40;
const FString & InTransactionFilename,
FStructOnScope & OutTransaction
&41; const
Remarks
Load and cache the transaction data for the given filename. True if the transaction data was loaded, false otherwise.
Parameters
Name | Description |
---|---|
InTransactionFilename | The filename to load the transaction data from. |
OutTransaction | The transaction data to populate with the result. |