FConcertSyncSessionDatabase::GetConnectionEvent

Get a connection event from this database.

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 GetConnectionEvent
(
    const int64 InConnectionEventId,
    FConcertSyncConnectionEvent & OutConnectionEvent
) const

Remarks

Get a connection event from this database.

Returns

True if the connection event was found, false otherwise.

Parameters

Parameter

Description

InConnectionEventId

The ID of the connection event to find.

OutConnectionEvent

The connection event 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