Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Open (or create) a database file. | ConcertSyncSessionDatabase.h | ||
| Open (or create) a database file. | ConcertSyncSessionDatabase.h |
Open(const FString &)
Description
Open (or create) a database file.
| Name | Open |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool Open
(
const FString & InSessionPath
)
True if the database was opened, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InSessionPath | The root path to store all the data for this session under. |
Open(const FString &, const ESQLiteDatabaseOpenMode)
Description
Open (or create) a database file.
| Name | Open |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool Open
(
const FString & InSessionPath,
const ESQLiteDatabaseOpenMode InOpenMode
)
True if the database was opened, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InSessionPath | The root path to store all the data for this session under. |
| InOpenMode | How should the database be opened? |