FConcertSyncSessionDatabase::Open

Open (or create) a database file.

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 Open
(
    const FString & InSessionPath
)

Remarks

Open (or create) a database file.

Returns

True if the database was opened, false otherwise.

Parameters

Parameter

Description

InSessionPath

The root path to store all the data for this session under.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss