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 SaveTransaction
&40;
const FString & InTransactionFilename,
const FStructOnScope & InTransaction
&41; const
Remarks
Save and cache the given transaction data with the given filename. True if the transaction data was saved, false otherwise.
Parameters
Name | Description |
---|---|
InTransactionFilename | The filename to save the transaction data as. |
InTransaction | The transaction data to save. |